Methods
The various methods of REST services are as follows:
- GET: provides a read only access to a resource.
- PUT: updates an existing resource.
- DELETE: removes a resource.
- POST: creates a new resource.
Copyright © Cloud Software Group, Inc. All rights reserved.