How to include the query param in the request URL?
- https://s-letru-sd/rest/cd/?name=test&version=1
Specifies the MIME type of the data in the response body.
Specifies the length of the response body in bytes.
Specifies the caching behaviour of the response.
Specifies the URI of a resource that can be used to retrieve the requested resource.
Specifies the name and version of the server software that generated the response.
Specifies which origins are allowed to access the resource.
Example Sequence of API Calls Browse products : GET /products View product details : GET /products/12345 Add product to cart : POST /cart ...