issues
search
cashflow-dev
/
rest-api-backend
REST API for the Cashflow application
GNU General Public License v3.0
0
stars
0
forks
source link
CRUD endpoints for EventType resource
#69
Open
JohanG2012
opened
5 years ago
JohanG2012
commented
5 years ago
Includes the following endpoints:
find a resource by id
create a new resource
update an existing resource
find resources
delete resource by id
Requirements:
endpoints should be API tested (with a bit of integration testing)
validators should be unit tested
should have API documentation with curl examples
should be written in typescript
should follow REST pattern
should follow the projects architecture design
Includes the following endpoints:
Requirements: