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 Search APIのドキュメント:
http://www.yelp.com/developers/documentation/search_api
Yelp 2.0 Search APIのドキュメント:
http://www.yelp.com/developers/documentation/v2/search_api
Yelp APIの一般的な概要:
http://www.yelp.com/developers/documentation
上記のリンクを使用すると、現在のスキルによっては、次のことを検索して読む必要がある場合があります。
iPhoneでのhttpリクエスト/レスポンスの送信/処理。
iphone/Objective-CでのJSON応答の解析