Search found 5 matches

by mike1977
Tue Jan 15, 2019 7:32 pm
Forum: Support
Topic: Platforms as an array
Replies: 4
Views: 3086

Re: Platforms as an array

When I say caching, the point was loading the data into a database. No no, I really meant ByGameName you got the games as a list not as an object containing objects. And also having the key there is kinda useless as, correct me if I'm wrong, there is a request to get a platform by it's I'd. And yes,...
by mike1977
Tue Jan 15, 2019 12:58 pm
Forum: Support
Topic: Platforms as an array
Replies: 4
Views: 3086

Re: Platforms as an array

The point is indeed to cache the platforms. If you search a game by his name, you get the platform Id so for every game, you have to send a request to get the platform name. So as long as I do not have a miss in the database, I don't need to refresh the list. The library I use is able to generate a ...
by mike1977
Tue Jan 15, 2019 8:17 am
Forum: Support
Topic: Platforms as an array
Replies: 4
Views: 3086

Platforms as an array

Hi, Is it possible to get the list of platforms as an array instead of object list ? Something like this "platforms": [ { "id": 1, "name": "PC", "alias": "pc", "icon": "pc-1336524756.png", "console": "1.pn...
by mike1977
Tue Jan 01, 2019 3:23 am
Forum: API Requests
Topic: Api Key request
Replies: 3
Views: 1828

Re: Api Key request

It's an offline database to store my gamelist
by mike1977
Mon Dec 31, 2018 8:14 am
Forum: API Requests
Topic: Api Key request
Replies: 3
Views: 1828

Api Key request

Hi guys,

Is it possible to get a key for a personal Android project ?

Regards,
Michael