Sha256: b04cdff4b2325f12d1ee8e3838fa0dae2a17b3405a2cbdb3a426181ba1961947

Contents?: true

Size: 1.43 KB

Versions: 10

Compression:

Stored size: 1.43 KB

Contents

{"swagger":"2.0","info":{"version":"0.1","title":"","description":"","termsOfService":"","contact":{"name":""},"license":{"name":""}},"host":"localhost:3000","basePath":"/","schemes":["https","http"],"consumes":["application/xml","application/json"],"produces":["application/xml","application/json"],"tags":[{"name":"admin/pets","description":"This document describes the API for interacting with Pet resources"},{"name":"pets","description":"This document describes the API for interacting with Pet resources"}],"paths":{"/admin/pets":{"get":{"tags":["admin/pets"],"operationId":"index","summary":"return a list of Pets","description":"","produces":["application/xml","application/json"],"parameters":[],"responses":{"default":{"description":"successful operation"}}}},"/pets":{"get":{"tags":["pets"],"operationId":"index","summary":"return a list of Pets","description":"","produces":["application/xml","application/json"],"parameters":[],"responses":{"default":{"description":"successful operation"}}}},"/pets/{id}":{"get":{"tags":["pets"],"operationId":"show","summary":"return a Pet","description":"","produces":["application/xml","application/json"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","description":"Scope response to id"},{"name":"id","in":"query","required":false,"type":"integer","format":"int32","description":"The ID for the Pet"}],"responses":{"default":{"description":"successful operation"}}}}},"definitions":{}}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
swaggard-1.5.1 spec/fixtures/api.json
swaggard-1.5.0 spec/fixtures/api.json
swaggard-1.4.0 spec/fixtures/api.json
swaggard-1.3.0 spec/fixtures/api.json
swaggard-1.2.0 spec/fixtures/api.json
swaggard-1.1.1 spec/fixtures/api.json
swaggard-1.1.0 spec/fixtures/api.json
swaggard-1.0.2 spec/fixtures/api.json
swaggard-1.0.1 spec/fixtures/api.json
swaggard-1.0.0 spec/fixtures/api.json