What is a method?

Each resource within a REST API can support one or more of the standard HTTP methods. You define which verbs should be supported for each resource (GET, POST, PUT, DELETE) and their implementation. For example, a GET to the activity resource should return a list of activities. Check out API documentation for details.

Was this article helpful?
0 out of 0 found this helpful