I am trying to pull Azure-DevOps entities' data and process that data locally, I can't find any documentation regarding rate-limiting and pagination, Can someone brief me on this?
There is some documentation for pagination on the members' API:
https://docs.microsoft.com/en-us/rest/api/azure/devops/memberentitlementmanagement/members/get?view=azure-devops-rest-6.0
But that is the only one, I couldn't find any documentation for any of the git entities.
e.g: repositories.
https://docs.microsoft.com/en-us/rest/api/azure/devops/git/repositories/list?view=azure-devops-rest-6.0
Can someone guide me to the right documentation?