Does Yahoo Weather API needs an Consumer API Key?

拟墨画扇 提交于 2019-12-08 13:33:00

问题


I want to get data from the Weather API to know the forecast of an specific region. Using YQL Query I can get an Endpoint URL that returns the information I need, this doesn't seem to require a Consumer Key to work properly.

I want to know if this is legal, and if not, what is the proper way to use my Consumer Key using YQL Query.

This information will be used in an IOS App and as you know it takes over 8 days to be reviewed... The last thing I want is to get my app rejected because of this.

Thanks in advice.


回答1:


It's legal if your app it's not for commercial purposes "YQL can be used for commercial purposes, with Yahoo approval."

You can use it with or without API Key. Example:

Hourly Cap

- without API Key  - 2,000 requests/hour per IP
- with API Key     - 20,000 requests/hour per IP

More info https://developer.yahoo.com/yql/guide/usage_info_limits.html



来源:https://stackoverflow.com/questions/26537353/does-yahoo-weather-api-needs-an-consumer-api-key

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