-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Express Route template
labels: backend, route
Title: METHOD/full-route , eg: POST/login
Description
What route should do
Protected: Yes/No
Required middlewares: if exist
Response:
maybe success or error:
Error :
{
status:400,
message:'Bad reqeust'
}Success
{
status:200,
data: [...please fill sample of data] ,
}Request body:
{
x: "Y"
}
Validation
{
x: string
}
Tests: test all potential cases for the route itself.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation