#rest-api
Read more stories on Hashnode
Articles with this tag
Minimal API is the extremely simple way to write HTTP API with minimum dependencies. Its normal controller based API minus all its ceremonies. The...
The common HTTP/1.1 response Status Codes are listed below 200 (“OK”) Should be used to indicate nonspecific success Must not be used to communicate...
The common HTTP/1.1 methods are listed below GET A REST API client uses the GET method in a request message to retrieve the state of a resource, in...