Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

[API] Debug API

mayah edited this page Jun 29, 2012 · 1 revision
  • Debug API

    /api/debug から始まる API は、クライアントのデバグ用途に利用できます。 PARTAKE client を開発する場合、まずは Debug API がきちんと応答するか試してみると良いでしょう。

GET /api/debug/success 常に 200 OK を返します。

GET /api/debug/echo POST /api/debug/echo

data を json 形式に変換して返します。

data string required 任意の文字列

GET /api/debug/successIfLogin ログインしていれば 200 OK を、ログインしていなければ 401 Unauthorized を返します。

GET /api/debug/invalid 常に 400 BadReuqest を返します。

GET /api/debug/error GET /api/debug/errorException GET /api/debug/errorDB GET /api/debug/errorDBException   常に 500 Internal Server Error を返します。

Clone this wiki locally