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