Using rawg-sdk with rawg.io

TypeScript integration

Install
npm install rawg-sdk
Quick start
import Rawg_sdk from 'rawg-sdk';

const client = new Rawg_sdk({ apiKey: "YOUR_API_KEY" });
Get a list of tags.
curl \
  https://api.rawg.io/api/tags
Get a list of games.
curl \
  https://api.rawg.io/api/games
Get a list of video game genres.
curl \
  https://api.rawg.io/api/genres
SDK on GitHub 📄 API Docs
SDK
rawg-sdk
TypeScript
API
rawg.io
rawg.io
At a glance
Language TypeScript
Endpoints30
Base URLhttps://api.rawg.io/api