Skip to content

REST Canvas

Design APIs using RESTful principles, defining resources, verbs, and example requests and responses.

  • Consistent RESTful API design

resource.rest-canvas.title

  1. Identify key resources exposed by the API
  2. Define the structure of the API resource model
  3. Specify HTTP verbs used to interact with resources
  4. Provide example requests and responses for each verb