ovh / python-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing.
https://pypi.org/project/ovh/
Other
297 stars 81 forks source link

Endpoints limits #81

Closed bukowa closed 5 years ago

bukowa commented 5 years ago

Are there any limits on certain endpoints? Like X per day X per minute?

rbeuque74 commented 5 years ago

Hello, We have limits on endpoints on our backend, but those limits are not documented. We consider a fair-use policy, and if you are not over 60 req/min by consumer key, you should be ok.

Romain