-
Notifications
You must be signed in to change notification settings - Fork 0
Server API URLs
Ali Shirmohammadi edited this page Jul 1, 2019
·
14 revisions
URL | method | required parameters | optional parameters | response | success response data |
---|---|---|---|---|---|
/login |
GET | username, password | json: models.Response | logged in user as “models.Account” object | |
/sign_ap |
GET | username, password | json: models.Response | signed up user as “models.Account” object | |
/shop/search |
GET | token | search, type | json: models.Response | signed up user as “models.Account” object |