yola / pixabayjs

A Javascript Client for the Pixabay API
MIT License
17 stars 6 forks source link

Fix pagination for video endpoint #51

Closed LionOps closed 7 years ago

snitch commented 7 years ago

:sparkles: No lint errors found. :sparkles:

snitch commented 7 years ago

:sparkles: No lint errors found. :sparkles:

LionOps commented 7 years ago

For my own edification, what's the diff between .totalHits and .total?

total is the absolute total whereas totalHits is the total the API is willing to let you query. For images, totalHits normally caps at 500. Videos have no cap currently.