GithubHelp home page GithubHelp logo

api-blueprint's Introduction

logo

API Blueprint

API Design for Humans

API Blueprint is a documentation-oriented API description language. A couple of semantical assumptions over the plain Markdown.

API Blueprint is perfect for designing your Web API and its comprehensive documentation but also for quick prototyping and collaboration. It is easy to learn and even easier to read; after all it is just a form Markdown.

TL;DR

  • Web API description language
  • Pure Markdown
  • Designed for humans
  • Understandable by machines

Getting started with API Blueprint

All it really takes to describe an endpoint of your API is write something like this:

# GET /message
+ Response 200 (text/plain)
    
        Hello World!

in your favorite Markdown editor. Now you can share and discuss this API in your API repository and let GitHub to render the API documentation so others can see it.

Jump directly to the API Blueprint Tutorial or browse the interactive examples to learn more about the API Blueprint syntax.

Describing your API is only the start. The API Blueprint can be used by variety of tools from interactive documentation and code generators to API testing tools thanks to its machine-friendly face:

{
  "_version": "1.0",
  "metadata": {},
  "name": "",

    ...

[full listing]

It is the task of the native API Blueprint parser or one of its bindings to "translate" the API Blueprint Markdown representation into a machine friendly format โ€“ AST.

Visit the tooling section of the API Blueprint website to find more about the actual tools or check the Developing tools for API Blueprint article if you are interested in using API Blueprint in your tool chain.

Learn more

Developers

Future of API Blueprint

Find about the future of API Blueprint in its Milestones.

Contribute

Fork & pull request.

Have a question?

Ask at Stack Overflow, make sure to use the apiblueprint tag. Alternatively, mention @apiblueprint on Twitter.

If you are a contributor check out the API Blueprint Developers Discussion Group as well as the Issues Page.

License

MIT License. See the LICENSE file.

api-blueprint's People

Contributors

d1rk avatar dannyzen avatar earth2marsh avatar ifpingram avatar jturolla avatar kuba-kubula avatar michaelmior avatar neamar avatar subosito avatar zdne avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.