Closed jamirmachado closed 3 years ago
I noticed that I can make a call to https://api.igdb.com/v4/games/count and get the total Number of results. Is this supported currently? I'm trying to make a pagination using the offset.
https://api.igdb.com/v4/games/count
Also, thanks for this great wrapper!
I think that this is already supported, but I'll look into it.
Pushed an update to the project that adds support for Count
https://github.com/husnjak/IGDB-SWIFT-API/releases/tag/0.3.4
I noticed that I can make a call to
https://api.igdb.com/v4/games/count
and get the total Number of results. Is this supported currently? I'm trying to make a pagination using the offset.Also, thanks for this great wrapper!