我有以下代码:
contentfulMgmt.createClient({
accessToken: sourceSpace.accessCode,
rateLimit: 1,
secure: true,
retryOnTooManyRequests: true,
maxRetries: 5
});
如何设置api调用率?
我在他们的 github 项目中看到了它,但我无法让它工作。
参考:
速率限制: https ://github.com/contentful/contentful-management.js/blob/master/lib/rate-limit.js
内容管理: https ://github.com/contentful/contentful-management.js
他们在项目中添加了index.js文件,但是如何使用它。请帮忙。
请帮忙。谢谢