riboseinc / ribose-api

API for Ribose
0 stars 0 forks source link

Document log in & out actions #32

Closed skalee closed 6 years ago

skalee commented 6 years ago

Moving log in & out documentation to correct file, and clarifying description of two parameters. Fixes #3.

skalee commented 6 years ago

@ribose-jeffreylau I'm pretty convinced that successful log in should be a redirection, not HTTP OK. That said, I've left it unchanged. Please clarify, I'll fix it if needed.

ribose-jeffreylau commented 6 years ago

@skalee and you'd be absolutely right.

Successful login should be 302, and the response format should have nothing to do with application/json.

Would appreciate it if it could be fixed. Thanks :)