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 :





