Sha256: 4c081590709c141ee5fe0943ee14145d5b633ab500ae5e920d7f084bee075353
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 KB
Contents
# RamlParser [![build](https://img.shields.io/travis/ePages-de/raml_parser/develop.svg)](https://travis-ci.org/ePages-de/raml_parser) [![gem](https://img.shields.io/gem/v/raml_parser.svg)](https://rubygems.org/gems/raml_parser) [![license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](http://opensource.org/licenses/MIT) A parser for the [RAML](http://raml.org/) API modeling language. ## Installation Add this line to your application's Gemfile: ```ruby source 'https://rubygems.org' gem 'raml_parser' ``` And then execute: $ bundle ## Usage TODO: Write usage instructions here ## What parts of RAML are not supported These are features of the RAML 0.8 specification that are not fully handled yet. This list should be complete, i.e. everything not listed here should work. * [Protocols](http://raml.org/spec.html#protocols) * [Named parameters with multiple types](http://raml.org/spec.html#named-parameters-with-multiple-types) ## Contributing 1. Fork it ( https://github.com/ePages-de/raml_parser/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
raml_parser-0.2.1 | README.md |
raml_parser-0.2 | README.md |