Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 698 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 698 Bytes

Birdfeed API Schema

This repository holds a valid Swagger 2.0 schema.

Making edits

To make edits, it is probably easier to read and make changes to swagger.yaml. To generate a JSON file from the schema, as some of the swagger-api toolkit does not support YAML markup, just do the following...

bundle install
rake generate:json

swagger.json should automagically appear in the root of this repository.

Contributions

All contributions are welcome, please submit a pull request.