Skip to content
APIOps meetups are back! Join us for the next one, more info at apiops.info.

REST Canvas

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

  • Consistent RESTful API design

REST Canvas

SVG | PNG | JSON

  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