matter_compiler icon indicating copy to clipboard operation
matter_compiler copied to clipboard

API Blueprint AST to API Blueprint Conversion Tool [adhd]

Results 7 matter_compiler issues
Sort by recently updated
recently updated
newest added

Add support for new features released in [1A8](https://github.com/apiaryio/api-blueprint/releases/tag/format-1A8)

enhancement

/app/vendor/bundle/ruby/2.1.0/gems/matter_compiler-0.5.1/lib/matter_compiler/blueprint.rb:79:in `[]': no implicit conversion of Symbol into Integer (TypeError) caused by headers in blueprints 1.0 ``` "headers": {"Authorization": "RAPI ****token****"}, ``` --- input ast: ``` json { "_version": "2.0",...

If I have a json AST file in utf-8 encoding with Czech special characters (e.g. ščřž) the output of matter_compiler has some wierd characters probably as a result of not...

Hi! I've just stumbled upon this gem, and I'm interested in forming a Blueprint AST from rspec request examples, as the 'rspec-blueprint' gem is very outdated. Right now, my strategy...

# Initial MD: ``` ### Check if a Gist is Starred [GET] + Response 200 [Star][] ``` # Snowcrash Parsed JSON: ``` { "name": "Check if a Gist is Starred",...

> _version: 1.0 ``` metadata: FORMAT: value: 1A name: description: resourceGroups: - name: description: resources: - name: description: uriTemplate: /testResource/{id} ``` … … Error message: `Invalid input: A resource is...

Apiary considers a blueprint invalid if it contains tabs. It would be convenient if the matter_compiler removed tabs (e.g. in bodys).