Skip to content

Importing a RAML specification

File ▸ Import (Ctrl+I) then the .raml file. Both RAML 0.8 and RAML 1.0 are recognised.

ElementWhat Restorm makes of it
The resource treeNested folders
Each methodAn HTTP request
ParametersTyped (string, number, enumeration…)
Types and documentationThe API documentation

Only Basic and OAuth 2.0 pre-wire an Authorization header. The other schemes (Digest, Pass Through, OAuth 1.0, x-* schemes) are documented only.

Other limitations: external type references are not resolved, and uses: libraries / RAML fragments are not merged.