0.0.9 • Published 10 years ago
raml-parser-java-interfaces v0.0.9
RAML Definition System
This repository contains generator of java interfaces for RAML parser.
IMPORTANT: This is still in development and should be considered alpha.
Installation
From NPM
npm install java-raml-parser-interfaces --saveFrom Sources
typings install
npm install
tscGenerate
Make sure you executed all necessary installation steps before you try to generate anything.
The result files can be found inside the ./java subfolder ending with .json.
RC2 Interfaces
Generating RC2 interfaces requires develop branch of https://github.com/raml-org/raml-definition-system to be linked
as raml-definition-system dependency.
node dist/generateSpecInterfaces.jsYou may also specify the -dstPath parameter in order to override default ./java destination path.
RAML version support
Currently, the definition system provides interfaces for RAML 0.8 and 1.0 RC1 version.
License
Apache License 2.0