Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.08 KB

01. Simplest API.md

File metadata and controls

26 lines (20 loc) · 1.08 KB

FORMAT: 1A

The Simplest API

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

GET /message

  • Response 200 (text/plain)

      Hello World!