This repository was archived by the owner on Aug 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
.
Status | Comment |
---|---|
200 OK |
Request | Response |
---|---|
GET /profile HTTP/1.1 Cookie: ... ... |
HTTP/1.1 200 OK ... |
GET /profile HTTP/1.1 ... |
HTTP/1.1 200 OK ... |
Version | Changes |
---|---|
3.0.0 |
Move field logged_in out of the route. |