Importing a RAML specification
Importing
Section titled “Importing”File ▸ Import (Ctrl+I) then the .raml file. Both RAML 0.8 and
RAML 1.0 are recognised.
What is imported
Section titled “What is imported”| Element | What Restorm makes of it |
|---|---|
| The resource tree | Nested folders |
| Each method | An HTTP request |
| Parameters | Typed (string, number, enumeration…) |
| Types and documentation | The API documentation |
Security
Section titled “Security”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.
Limitations
Section titled “Limitations”Other limitations: external type references are not resolved, and uses:
libraries / RAML fragments are not merged.