Yahoo yql rate limit

被刻印的时光 ゝ 提交于 2019-12-11 09:06:50

问题


I have been reading alot about YQL and the Rate Limits however Im a little stuck on.

These are the figures I have found

Per application limit (identified by your Access Key): 100,000 calls per day.

Per IP limits: /v1/public/: 1,000 calls per hour; /v1/yql/: 10,000 calls per hour.

My question is how will yahoo track the application and its limit ?

Also if I want to use the YQL as my data source do I need to register my application or can I use curl to run the queries without any problems ?

Sorry if I have got it wrong but some help would be great

Sorry if its a noob question


回答1:


For registering your application see the "How to I get started" section here: http://developer.yahoo.com/yql/

Without an API key the "per IP limit" applies which, as the name says, is tracked by the IP from which the requests are coming.

Hope that helps.




回答2:


To up the limit, you have to use some library which implements OAuth, see Any .NET examples for Yahoo Query Language (YQL)?



来源:https://stackoverflow.com/questions/4407937/yahoo-yql-rate-limit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!