Skip to content

RESTful Endpoints: Designed using best practices with stateless communication and proper resource URI naming. HTTP Methods: GET: Fetch data from the server. POST: Create a new resource. PUT/PATCH: Update an existing resource. DELETE: Remove a resource.

Notifications You must be signed in to change notification settings

kashish2710/REST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST

RESTful Endpoints: Designed using best practices with stateless communication and proper resource URI naming. HTTP Methods: GET: Fetch data from the server. POST: Create a new resource. PUT/PATCH: Update an existing resource. DELETE: Remove a resource.

About

RESTful Endpoints: Designed using best practices with stateless communication and proper resource URI naming. HTTP Methods: GET: Fetch data from the server. POST: Create a new resource. PUT/PATCH: Update an existing resource. DELETE: Remove a resource.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published