If a query has lots of records, we only get back 50 at a time... but since the #query returns the parsed JSON body, any metadata such as total records or current offset is lost...
It would be nice if #query either had a return_metadata option, or even better, if all the multiple calls and pagination was handled inside the method 👍
If a query has lots of records, we only get back 50 at a time... but since the
#queryreturns the parsed JSON body, any metadata such as total records or current offset is lost...It would be nice if
#queryeither had areturn_metadataoption, or even better, if all the multiple calls and pagination was handled inside the method 👍