Skip to content

Importing an API Blueprint document

API Blueprint describes an API in enriched Markdown. Restorm parses it with the official parser (Drafter), compiled to WebAssembly and embedded: no external tool is required.

File ▸ Import (Ctrl+I) then the .apib file, or pasted content beginning with FORMAT: 1A.

ElementWhat Restorm makes of it
Resource groupsFolders
Each transitionAn HTTP request
ParametersTyped
The server’s URLThe environment’s base URL
Descriptions and modelsThe API documentation

An API Blueprint transition can declare several + Request / + Response pairs. Restorm creates one request per pair, with an index suffix (#1, #2…) to tell them apart.