Skip to content

# rest_api_training This is a simple rest api that implements different request methods such as: - GET - POST - DELETE - PUT - PATCH

Notifications You must be signed in to change notification settings

KuessiAnsan/rest_api_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest_api_training

This is a simple rest api that implements different request methods such as:

  • GET to retrieve all members or a specific member
  • POST to add a member
  • DELETE to delete a member
  • PUT to update a member
  • PATCH to modify partially a member's informations

About

# rest_api_training This is a simple rest api that implements different request methods such as: - GET - POST - DELETE - PUT - PATCH

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages