Sha256: c67f0f6e6342ac11dd628f51857acf9cf8ffe5e0df6929be4dd8265edf024f76

Contents?: true

Size: 526 Bytes

Versions: 7

Compression:

Stored size: 526 Bytes

Contents

#%RAML 0.8
---
title: Example API
baseUri: http://localhost:3000
traits:
  - first:
      description: <<resourcePath>> and <<resourcePathName>> and <<methodName>> and <<fooBar>>
      queryParameters:
        <<methodName>>:
          description: Applepie
resourceTypes:
  - second:
      description: <<resourcePath>> and <<resourcePathName>> and <<applePie>>
/first:
  get:
    is: [ first: { fooBar: Hello } ]
/second:
  type: { second: { applePie: World } }
/third:
  /fourth:
    type: { second: { applePie: Finish } }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
raml_parser-0.2.5 spec/examples/raml/parameters.raml
raml_parser-0.2.4 spec/examples/raml/parameters.raml
raml_parser-0.2.3 spec/examples/raml/parameters.raml
raml_parser-0.2.2 spec/examples/raml/parameters.raml
raml_parser-0.2.1 spec/examples/raml/parameters.raml
raml_parser-0.2 spec/examples/raml/parameters.raml
raml_parser-0.1 spec/examples/raml/parameters.raml