AFAIK, the response from this SDK does not return the rate limiting info, right?
Would be great to add it in the response (along with pagination):
[
[
'results'
],
{
pagination: {
start: 0,
limit: 500,
more_items_in_collection: true,
next_start: 500
},
rate_limit: {
limit: x,
remaining: xx,
reset: xxx,
}
}
]