0.0.3 • Published 3 years ago

rawg-api-sdk v0.0.3

Weekly downloads
-
License
GPLv3
Repository
github
Last release
3 years ago

RAWG JS API SDK

API Docs

Get your key here

Only listing of games endpoint implemented yet

Usage

import { RawgClient } from 'rawg-api-sdk';

const client = new RawgClient('<YOUR API KEY>');

const games = await client.games.list();

Or

import { RawgGamesClient } from 'rawg-api-sdk';

const gamesClient = new RawgGamesClient('<YOUR API KEY>');

const games = await gamesClient.list();
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago