Skip to content

CraftcodeCrew/taata-restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taata

REST-Service

Base URL: http://localhost:8080/api

Category resource:

URI GET POST PUT DELETE
/categories List of categories Create a category Not allowed Not allowed
/categories/{id} A category Not allowed Update a category Delete a category

Insurable resource:

URI GET POST PUT DELETE
/insurables List of insurables Create a insurable Not allowed Not allowed
/insurables/{id} A insurable Not allowed Update a insurable Delete a insurable

Insurance resource:

URI GET POST PUT DELETE
/insurances List of insurances Create a insurance Not allowed Not allowed
/insurances/{id} A insurance Not allowed Update a insurance Delete a insurance

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages