Sha256: ddc8b26b92a53dd9684644237c9868595aef61f656f2f2aa2d122a8a0174431b
Contents?: true
Size: 423 Bytes
Versions: 7
Compression:
Stored size: 423 Bytes
Contents
#%RAML 0.8 --- title: Example API baseUri: http://localhost:3000 version: v123 /a: post: body: application/x-www-form-urlencoded: formParameters: from: description: FROM1 to: description: TO1 /b: post: body: multipart/form-data: formParameters: from: description: FROM2 to: description: TO2
Version data entries
7 entries across 7 versions & 1 rubygems