Csatolmány | Méret |
---|---|
What is REST API.pdf | 62 KB |
Szerzői információk
Mikrotartalom leírása
What is REST API?
REST API is a popular messaging convention.
It is applicable in any environment supporting HTTP communication, such as between processes, containers, computers etc.
Basically, the client sends a HTTP message with json contents to a specific URL,
and the server receiving the message will interpret it as a command.
By choosing a different message type, URL endpoint, and workload, you can customize the command to your liking.
The interpretation of these messages is completely up to the server,
however POST, GET, PUT and DELETE messages usually mean create, access, modify and delete actions.
Mikrotartalom
Oktatási információk
- A hozzászóláshoz regisztráció és bejelentkezés szükséges
Még nem érkezett hozzászólás. Légy te az első hozzászóló!
Csak bejelentkezett felhasználó küldhet be hozzászólást.