Something went wrong. Try again later

KevinVK

This user has not updated recently.

5 0 0 1
Forum Posts Wiki Points Following Followers

KevinVK's forum posts

Avatar image for kevinvk
KevinVK

5

Forum Posts

0

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

I just got this message on the API page,...

You have used 4 requests in the last hour for API Path '/games' (reset in 57 minutes)

Your request rate is fine

Your API key is currently blocked because you used more than one key at a time. Please stop doing that and wait 24 hours to use only one key.

* [KEY]

I only have 1 key and I have been using that in my application... for the past 2 days.

Avatar image for kevinvk
KevinVK

5

Forum Posts

0

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

Yea sorry I'm still learning a lot.

For Angular 2 - 4 its just:

return this.jsonp.request('http://www.giantbomb.com/api/games?api_key=KEY&format=jsonp&json_callback=JSONP_CALLBACK ').map(response => response.json());

Avatar image for kevinvk
KevinVK

5

Forum Posts

0

Wiki Points

1

Followers

Reviews: 0

User Lists: 0

#3  Edited By KevinVK

I'm trying to make an Api call in Angular, but I'm having trouble with the Callback...

return this.jsonp.request('http://www.giantbomb.com/api/games?api_key=KEY&format=jsonp&json_callback= ??? ').map(response => response.json());

What do i write for the callback to work?