Skip to content

Instantly share code, notes, and snippets.

@inouetakuya
Last active January 28, 2017 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inouetakuya/7064505 to your computer and use it in GitHub Desktop.
Save inouetakuya/7064505 to your computer and use it in GitHub Desktop.
API document generated by autodoc(https://github.com/r7kamura/autodoc)

GET /api/videos.json

動画一覧を取得できる.

request

GET /api/videos.json

response

Status: 200
response: 
[
  {
    "id": 1,
    "title": "すぐにまたがる家庭教師",
    "created_at": "2013-10-18T05:55:27.000Z",
    "updated_at": "2013-10-18T05:55:27.000Z"
  },
  {
    "id": 2,
    "title": "夫のために身体を差し出した人妻",
    "created_at": "2013-10-18T05:55:27.000Z",
    "updated_at": "2013-10-18T05:55:27.000Z"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment