Sha256: dd02bf48d5562ffa793e7d2c8ca420e59cdbcdccba19e1f5db572cc16f9dd02c

Contents?: true

Size: 239 Bytes

Versions: 7

Compression:

Stored size: 239 Bytes

Contents

#%RAML 0.8
---
title: Example API
baseUri: http://localhost:3000
/a:
  get:
    queryParameters:
      q1:
  /b:
    get:
      queryParameters:
        q2:
          displayName: This is the second query parameter
          type: integer

Version data entries

7 entries across 7 versions & 1 rubygems

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