Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 470 Bytes

File metadata and controls

11 lines (10 loc) · 470 Bytes

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