当前位置 : 主页 > 网络编程 > ASP >

asp.net-web-api – spotify请求的限制

来源:互联网 收集:自由互联 发布时间:2021-06-24
我正在开发一个使用Spotify Web API的网站. 在支持页面上,我没有看到任何有关在阻止API之前可以发送给API的请求的信息.我的问题: 请求有一定的限制吗? Mod评论: The rate limit for signed
我正在开发一个使用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.

因此,他们没有指定限制,他们动态地计算它,因此无法控制开发人员的请求限制.

网友评论