Skip to content

gvelim/rest_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User

  • POST: Sign-in (/auth/sign-in)
  • POST: Sign-up (/auth/sign-up)

Author

  • GET: List (/authors)
  • POST: Create (/authors)
  • GET: Show (/authors/:id)
  • PUT: Update (/authors/:id)
  • DELETE: Delete (/authors/:id)\

Book

  • GET: List (/books)
  • POST: Create (/books)
  • GET: Show (/books/:id)
  • PUT: Update (/books/:id)
  • DELETE: Delete (/books/:id)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published