LoginSignup
5
8

More than 5 years have passed since last update.

API仕様書フォーマット(簡易版)

Last updated at Posted at 2017-06-27
  • 最小限のみ記載しています。(随時アップデートしていきます

Sample API

ここにAPIの概要を書くここにAPIの概要を書く
ここにAPIの概要を書くここにAPIの概要を書く

Get a sample list

- GET /sample

Parameters

Name Type Required Default Description
required_id int 初期値です 説明です説明です
any_id int 説明です説明です
any_string[] string 説明です説明です

Example Request

/sample?required_id=1

Example Response

Status: 200 OK
[
    {
        "id": 1, 
        "name": "AAA"
    }, 
    {
        "id": 2, 
        "name": "BBB"
    }, 
    {
        "id": 3, 
        "name": "CCC"
    }
]

参考:https://developer.github.com/v3/
   https://dev.twitter.com/rest/reference

5
8
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
5
8