A little API to consume cardmarket API
import CardmarketApi from 'index.js';
let api = new CardmarketApi(APP_TOKEN, APP_SECRET, ACCESS_TOKEN, ACCESS_SECRET);
api.getGames().then(response => {
console.log(JSON.parse(response));
})
| Name | Name | Last commit date | ||
|---|---|---|---|---|