Back to top

This is one of the simplest APIs written in the API Blueprint. One plain resource combined with a method and that’s it! We will explain what is going on in the next installment - Resource and Actions.

Note: As we progress through the examples, do not also forget to view the Raw code to see what is really going on in the API Blueprint, as opposed to just seeing the output of the Github Markdown parser.

Also please keep in mind that every single example in this course is a real API Blueprint and as such you can parse it with the API Blueprint parser or one of its bindings.

API Blueprint

Resource Group 

Resources 

/message
  • Response  200Toggle
  • Headers
    Content-Type: text/plain
    Body
    Hello World!
    

Generated by aglio on 08 Jul 2014