Skip to content

TechAbraao/note-taking

Repository files navigation

Notes Taking

Back-end Technologies (API REST)

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

API Contract and Definitions

Endpoints

Notes

Endpoints for the main HTTP operations in Notes

Method URL Description
GET /api/notes All Notes
GET /api/notes/{id} Note by ID
POST /api/notes Create a Note
DELETE /api/notes/{id} Delete by ID
PUT /api/notes/{id} Change by ID

Tags

Endpoints for the main HTTP operations in Tags

Method URL Description
GET /api/tags List all tags
POST /api/tags Create a new tag
DELETE /api/tags/{name} Delete tag by name
PUT /api/tags/{name} Update tag by name

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published