is there a reason why you're breaking it down into parts and not just query with everything there is to query? I'd say that would be great + if you can cache everything you query so that no duplicate queries exist. That way once you cache the result, the next query to be made doesn't have to call the rate limited api.
is there a reason why you're breaking it down into parts and not just query with everything there is to query? I'd say that would be great + if you can cache everything you query so that no duplicate queries exist. That way once you cache the result, the next query to be made doesn't have to call the rate limited api.