Skip to content

adityavag/Pet-Store-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pet-Store-API

GDSC Recruitment Task

Endpoints :

  • GET: /pets : This returns a list of all pets availaible in JSON-format.
  • GET: /pets/id : This returns a Pet in JSON-format.
  • POST: /pets : This creates and return the newly added Pet.
  • PUT: /pets/id : This updates the speciefied Pet.
  • DELETE: /pets/id : This deletes one Pet.

Screenshots :

  • GET: /pets Screenshot (416)

  • GET: /pets/id Screenshot (418)

  • POST: /pets Screenshot (417)

  • PUT: /pets/id Screenshot (419)

  • DELETE: /pets/id image

  • Actuator /actuator/health image

About

GDSC Recruitment Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published