Sha256: 624fc051a877d0d32545a0cd8a6f8a02b4b72e756d465082f513f4013a2cc1e9

Contents?: true

Size: 384 Bytes

Versions: 7

Compression:

Stored size: 384 Bytes

Contents

#%RAML 0.8
---
title: Example API
baseUri: http://localhost:3000
traits:
  - keep:
      description: Keep <<resourcePathName>>
  - sing:
      description: Sing <<resourcePathName | !singularize>>
  - plu:
      description: Plu <<resourcePathName | !pluralize>>
/userName:
  get:
    is: [ keep ]
  post:
    is: [ plu ]
/passwords:
  get:
    is: [ keep ]
  post:
    is: [ sing ]

Version data entries

7 entries across 7 versions & 1 rubygems

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