what is verbs in web api
In a Web API, "verbs" refer to the HTTP methods (like GET, POST, PUT, DELETE) that define the action a client wants to perform on a resource, essentially telling the server what operation to execute on the data, similar to how verbs describe actions in a sentence; they are a key part of the RESTful API design and communication between client and server.
What is a verb in API?
In REST API, these verbs are the means by which clients communicate their intentions to the server. The most commonly used HTTP verbs in REST API are : 1. GET : The GET method is used to request data from the server.
No comments:
Post a Comment