Create API

WEB APIのURL設計

そのURLがAPIであることを表す方法は大きく分けて2種類あります。サブドメインに置き http://api.example.com/ とするか、パスに置き http://example.com/api/ とするか、です。

WEB API開発の基本

REST APIドキュメント作成ツール

  • apiary
  • swagger
  • iodocs
  • autodoc
  • RESTdoclet
  • carte
  • mashape

WEB API検証ツール

  • Postman for Chrome – There are many Chrome apps for making HTTP requests, this one is the best. (Free + Paid)