| API Route | API Endpoint | HTTPS Method | Payload Fields | Description | Authentication Token |
|---|---|---|---|---|---|
| - | / |
GET | - | Root path | β |
| User | /users/signup |
POST | username, email, password |
To Signup new user | β |
| User | /users/signin |
POST | email, password |
To Login existing user | β |
| Note | /note |
GET | - | To get all notes respective to user | β |
| Note | /note |
POST | title, description |
To add and save new note | β |
| Note | /note:noteId |
PUT | title, description |
To update existing note | β |
| Note | /note:noteId |
DELETE | - | To delete existing note | β |
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||