igdb-dotnet
igdb-dotnet copied to clipboard
QueryAsync to return Count
A query request returns a count as x-count
part of the headers.
Add an optional out parameter to QueryAsync to output this count and remove the need to call "Query" and "Count" when you are doing paginated search.