| URI | Method | request | response(success) |
|---|---|---|---|
v1/hello | GET | N/A | send('Hello World!') |
v1/auth/login | POST | body({userId, password}) | json({ success: true, token: "" }) |
v1/file | GET | headers['authorization']query({userId, key}) | download() |
v1/file | POST | headers['authorization']multipart/form-data | json({key}) |
Uh oh!
There was an error while loading. Please reload this page.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Latest commit | ||||