Skip to content
This repository was archived by the owner on Aug 4, 2018. It is now read-only.

Current session

Fingercomp edited this page Nov 22, 2016 · 5 revisions

I should admit, this is the dumbiest route in the app. Nonetheless, this page destribes the route.

Send a GET request to /profile.

Responses

Status Comment
200 OK
Request Response
GET /profile HTTP/1.1
Cookie: ...
...
HTTP/1.1 200 OK
...

{"success": true, "code": 200, "data": {"nickname": "..."}, ... }

GET /profile HTTP/1.1
...
HTTP/1.1 200 OK
...

{"success": true, "code": 200, "data": {}, ... }

Changes

Version Changes
3.0.0 Move field logged_in out of the route.

See Also