I have following code:
contentfulMgmt.createClient({
accessToken: sourceSpace.accessCode,
rateLimit: 1,
secure: true,
retryOnTooManyRequests: true,
maxRetries: 5
});
How to set api call rate?
I have seen it in their github project but i am unable to make it work.
For ref:
rate-limit: https://github.com/contentful/contentful-management.js/blob/master/lib/rate-limit.js
contentful-management: https://github.com/contentful/contentful-management.js
They have added index.js file in the project but how to use it. Kindly help.
Please help. Thanks