Sha256: ba63763fe2f5a63c547246bd703bf6159f414f311674f65c73c11962895dbd0e

Contents?: true

Size: 290 Bytes

Versions: 7

Compression:

Stored size: 290 Bytes

Contents

#%RAML 0.8
---
title: Example API
baseUri: http://localhost:3000
resourceTypes:
  - collection:
      description: A collection
      get:
        description: Get all items
      post:
        description: Create a new item
/a:
  type: collection
  put:
  post:
    description: Overriden

Version data entries

7 entries across 7 versions & 1 rubygems

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