GiphyAPI icon indicating copy to clipboard operation
GiphyAPI copied to clipboard

Documenting hard limit of "offset"

Open Rhym opened this issue 8 years ago • 3 comments

I've discovered a hard limit in the Giphy API for offset (4999). this can be observed below:

API call with offset of 4998. API call with offset of 4999 (empty response with any offset over this limit).

what're your thoughts on documenting this under the "offset" section?

Rhym avatar Sep 07 '16 11:09 Rhym

Hey @Rhym,

We did indeed just change the limit to be 5k. The docs will indeed be updated soon to reflect this. I'll leave this open until that change is made, but just wanted to let you know you're right!

timfrietas avatar Sep 08 '16 20:09 timfrietas

How to I leave notifacation ?

7 Eyl 2016 14:58 tarihinde "Ryan Potter" [email protected] yazdı:

I've discovered a hard limit in the Giphy API for offset (4999). this can be observed below:

API call with offset of 4998 http://api.giphy.com/v1/gifs/search?q=funny&api_key=dc6zaTOxFJmzC&offset=4998&limit=1 . API call with offset of 4999 (empty response with any offset over this limit) http://api.giphy.com/v1/gifs/search?q=funny&api_key=dc6zaTOxFJmzC&offset=4999&limit=1 .

what're your thoughts on documenting this under the "offset" section?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Giphy/GiphyAPI/issues/94, or mute the thread https://github.com/notifications/unsubscribe-auth/ATICfKAhU5AHCW66-7QudZmlE1m8c0wdks5qnqbigaJpZM4J21tL .

yavuzwashere avatar Sep 08 '16 20:09 yavuzwashere

Cheers for the reply. I thought I was going insane when I was bug fixing the issue in my code 😂

Rhym avatar Sep 08 '16 20:09 Rhym