Sha256: 8eec9685de57345633bbab06a21796fec0db0836c8384daa9638893ec0839a6c

Contents?: true

Size: 1.48 KB

Versions: 9

Compression:

Stored size: 1.48 KB

Contents

{"swagger":"2.0","info":{"description":"","version":"0.1","title":"","termsOfService":"","contact":{"name":"","email":"","url":""},"license":{"name":"","url":""}},"host":"localhost:3000","basePath":"/","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"}],"schemes":["http"],"paths":{"/admin/pets":{"get":{"tags":["admin/pets"],"summary":"return a list of Pets","description":"","operationId":"index","consumes":["application/xml","application/json"],"produces":["application/xml","application/json"],"parameters":[],"responses":{"default":{"description":"successful operation"}}}},"/pets":{"get":{"tags":["pets"],"summary":"return a list of Pets","description":"","operationId":"index","consumes":["application/xml","application/json"],"produces":["application/xml","application/json"],"parameters":[],"responses":{"default":{"description":"successful operation"}}}},"/pets/{id}":{"get":{"tags":["pets"],"summary":"return a Pet","description":"","operationId":"show","consumes":["application/xml","application/json"],"produces":["application/xml","application/json"],"parameters":[{"in":"query","name":"id","description":"The ID for the Pet","required":false,"type":"integer"},{"in":"path","name":"id","description":"Scope response to id","required":true,"type":"string"}],"responses":{"default":{"description":"successful operation"}}}}},"definitions":{}}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
swaggard-0.5.2 spec/fixtures/api.json
swaggard-0.5.1 spec/fixtures/api.json
swaggard-0.5.0 spec/fixtures/api.json
swaggard-0.4.0 spec/fixtures/api.json
swaggard-0.3.0 spec/fixtures/api.json
swaggard-0.2.1 spec/fixtures/api.json
swaggard-0.2.0 spec/fixtures/api.json
swaggard-0.1.1 spec/fixtures/api.json
swaggard-0.1.0 spec/fixtures/api.json