LoginSignup
0
4

More than 5 years have passed since last update.

webapi入門(仕組みやら使い方やら)

Posted at

この記事の目的

webapiを使ったアプリケーションを作るにあたってどのwebapiでも共通している基本的な流れをまとめてみた。

webapiを使うサービスに登録

URLなどを登録し、このサイトからのapiのアクセスを許してねという登録をする。

apikey、apiシークレットの取得

id,passのようなもので登録すると発行される。

取得

基本的にはapiにリクエストを登録したサービスから送り、XMLやJSON形式で出力されて返信がくるのでそれをサービス上に表示する。

0
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
4