Skip to content

kcbiradar/Tutorial-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial API

Here API End Points

  • api/tutorials : get all Tutorials
  • api/tutorials/:id : get Tutorial by id
  • api/tutorials : add new Tutorial(This is post method)
  • api/tutorials/:id : update Tutorial by id
  • api/tutorials/:id : remove Tutorial by id
  • api/tutorials : remove all Tutorials (This is delete method)
  • api/tutorials/published : find all published Tutorials
  • api/tutorials?title=[kw] : find all Tutorials which title contains kw

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published