Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 618 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 618 Bytes

RAML ruby

Ruby parser for RAML language. Based of the more stable and developed raml-js-parser

Usage

To parse a RAML file:

TODO of what's left behind

  • Multi Typed parameteres are not hooked yet to the document
  • Validate non lexic / format
  • Test unexpected property values
  • Resource types and traits and apply them (transformations)
RamlParser.parse("path/to/your/file.raml")