-
Notifications
You must be signed in to change notification settings - Fork 0
Server API URLs
Amin edited this page Jul 1, 2019
·
14 revisions
URL | required parameters | optional parameters | response | success response data |
---|---|---|---|---|
/login |
username, password | json: models.Response | logged in user as “models.Account” object | |
/sign_up |
username, password | json: models.Response | signed up user as “models.Account” object | |
/shop/search |
token | search, type | json: models.Response | list of cards as a HashMap |
/collection/search |
token | search, type | json: models.Response | list of cards as set |