
In every request response header you can read the rate limits. What can you read read there?
Documentation:
https://www.geni.com/platform/developer/help/rate_limits?version=1
The rate limit is usually 40 calls each 10 seconds, but that does of course that the connection is approved and that you use the access-token you got in the request. Geni staff can increase this limit as well.
If just using a public or cookie-based calls it is as little as 5 requests per 10 seconds.
Well, yes. I thought if I didn't then there would be no access whatsoever.
1. Request authorisation. browser opens, I have to authorise it, and an authorisation code is given
2. Put that code into a request, and receive an access token.
3. insert that access token in the headers, and make a request for the root profile - works fine.
And the response headers also say my API limit is 1.
If I try a second request ... no problem,