Sha256: 1fded5f9712d3f447b40d4e9f5bcdb30b9965c89d5527c535fdade1a550a41ac
Contents?: true
Size: 359 Bytes
Versions: 7
Compression:
Stored size: 359 Bytes
Contents
#%RAML 0.8 title: "Groups and Nesting" resourceTypes: - someType: {} /non-resource-prefix/resource: get: /nested: get: /non-resource-prefix/another-resource: get: /resource-with-nesting: type: someType get: /nested: get: /another-nested: get: /resource-without-methods-with-nesting: /nested: get: /another-nested: get:
Version data entries
7 entries across 7 versions & 1 rubygems