Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table shows a list of the verbs most commonly used in a RESTful API.

GET

Request information about a resource without modifying anything

POST

Request that the server creates a new resource

PUT

Request the server to replace (update) a resource

DELETE

Request the server to remove a resource from ISORA

Table 2.1.1 Common API calls

...

Page Properties
hiddentrue


Related issues