Skip to content

elysrivero99/spring-security-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages