Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序。我想使用 Yelp Api。因此,在 Yelp 网站上注册后,如何将该 Api 集成到我们的应用程序中。请给我任何例子或任何东西。
Yelp 1.0 搜索 API 的文档:
http://www.yelp.com/developers/documentation/search_api
Yelp 2.0 搜索 API 的文档:
http://www.yelp.com/developers/documentation/v2/search_api
Yelp API 概述:
http://www.yelp.com/developers/documentation
使用上述链接,根据您当前的技能,您可能需要搜索并阅读:
在 iPhone 上发送/处理 http 请求/响应。
在 iphone/Objective-C 上解析 JSON 响应