我正在开发一个使用Spotify Web API的网站。在支持页面功能上,我没有看到任何有关在阻止API之前可以发送给API的请求信息的限制。我的问题是:请求是否有特定的限制?Mod评论:The rate limit for signed requests
我正在开发一个使用Spotify Web API的网站.
在支持页面上,我没有看到任何有关在阻止API之前可以发送给API的请求的信息.我的问题:
>请求有一定的限制吗?
Mod评论:
The rate limit for signed requests varies according to the endpoint, current load, origin, etc., however it should always be better than the rate limit for unsigned requests and it should always be sufficient for normal use. If you are hitting rate limits on a regular basis, consider using conditional requests, making use of caching mechanisms, adjusting paging limits, etc.
我正在开发一个使用Spotify Web API的网站。在支持页面功能上,我没有看到任何有关在阻止API之前可以发送给API的请求信息的限制。我的问题是:请求是否有特定的限制?Mod评论:The rate limit for signed requests
我正在开发一个使用Spotify Web API的网站.
在支持页面上,我没有看到任何有关在阻止API之前可以发送给API的请求的信息.我的问题:
>请求有一定的限制吗?
Mod评论:
The rate limit for signed requests varies according to the endpoint, current load, origin, etc., however it should always be better than the rate limit for unsigned requests and it should always be sufficient for normal use. If you are hitting rate limits on a regular basis, consider using conditional requests, making use of caching mechanisms, adjusting paging limits, etc.