Skip to content

schroedan/api-spec-lang-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Specification Language Essentials

This repository contains the slides for a meet-up at Web Developer Chemnitz concerning API specification language essentials. It includes some API specification examples based on OpenAPI (f.k.a. Swagger), RAML and API Blueprint.

Requirements

Use $ yarn install to install all the necessary dependencies. Afterward you can serve the slides locally at http://localhost:8000 via $ yarn start.

API Documentation

  • Spectacle will be used for the HTML docs based on the OpenAPI example: $ yarn run openapi:docs
  • RAML to HTML is the tool for the HTML docs based on the RAML example: $ yarn run raml:docs
  • aglio renders the HTML docs based on the API Blueprint example: $ yarn run apib:docs

Mock Server