Versions Compared

Key

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

...

With the RESTful approach, there is typically only one API, /Users, which is much easier to remember and document that than four APIs. The HTTP methods are what define the behavior of the API, and since . Since these methods are formally established in the HTTP protocol, they are not subject to redefinition, change, or require republication with each set of RESTful APIs.

...