Something went wrong. Try again later

tripleq

This user has not updated recently.

9 0 0 0
Forum Posts Wiki Points Following Followers

tripleq's forum posts

Avatar image for tripleq
tripleq

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

Avatar image for tripleq
tripleq

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#2  Edited By tripleq

Couple of minor bugs I think:

1) when fetching a game resource, the attached review resource doesn't appear to have an "id" field included
2) when fetching a game resource, original_game_rating returns a null json object instead of an empty one

Avatar image for tripleq
tripleq

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#3  Edited By tripleq

I'm getting 500 Internal Server errors querying the game ratings, for example

http://api.giantbomb.com/game_rating/2/?api_key=<mykey>&format=json

All other queries seem to work ok.  Also if I query a rating that doesn't exist, it properly returns 0 results.

Avatar image for tripleq
tripleq

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#4  Edited By tripleq

Ah, thanks!

Avatar image for tripleq
tripleq

9

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#5  Edited By tripleq

Just playing around with the API a little to procrastinate..

I'm not sure if I'm doing something wrong, but if I execute something like

/search/?query=Fallout%203&resources=game&field_list=name,id,platform

I only get the name and id returned in the results, no platform data.

Doing a direct query on the object using

/game/20405/?field_list=name,id,platform

seems to work...