Home - AlpacasWang/GWRPSChat GitHub Wiki
Api Documents.
github makrdown書き方
https://help.github.com/categories/writing-on-github/
Api Document Template
**apiの名前**
----
apiの機能の説明。
* **URL**
apiのurl
* **Request Params**
name | client type(c#) | server type(go)
------------ | -------------| -------------
userID | long | int64
* **Success Response:**
name | client type(c#) | server type(go)
------------ | -------------| -------------
userLevel | long | int64
* **Error Response:**
* **Message:** not exist userID <br />
**Desciption:** ユーザーIDが存在していない
OR
* **Message:** user level error <br />
**Desciption:** ユーザーレベルの異常
* **Notes:**
他の説明