Versions |
0.1, 0.2, 0.3, 0.4, 0.4.1, 1.0, 1.1, 1.1.1, 1.2, 1.2.1, 2.0, 2.0.1, 2.0.2, 2.1, 2.1.1, 2.1.2, 2.1.2.1, 2.1.3, 2.1.3, 2.1.4, 2.1.4.1, 2.1.5, 2.1.6, 2.2, 2.2.1, 2.2.2, 2.3, 2.3.0.1, 2.3.1, 2.3.1.1, 2.4, 2.5, 2.6, 2.7, 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.8.7, 2.8.8, 2.8.9, 2.8.10 |
Change log |
CHANGELOG.md |
Dependencies |
aeson (>=0.11.2.1), base (>=4.7 && <4.10), base-compat (>=0.9.1 && <0.10), bytestring, containers, generics-sop (>=0.2 && <0.3), hashable, http-media, insert-ordered-containers (>=0.1.0.0 && <0.3), lens, mtl, network, scientific, template-haskell, text, time, transformers, unordered-containers, uuid-types (>=1.0.2 && <1.1), vector [details] |
License |
BSD-3-Clause |
Copyright |
(c) 2015-2016, GetShopTV |
Author |
Nickolay Kudasov |
Maintainer |
[email protected] |
Category |
Web |
Home page |
https://github.com/GetShopTV/swagger2
|
Bug tracker |
https://github.com/GetShopTV/swagger2/issues
|
Source repo |
head: git clone https://github.com/GetShopTV/swagger2.git |
Uploaded |
by phadej at 2016-10-02T06:18:21Z |
swagger2

Swagger 2.0 data model.
The original Swagger 2.0 specification is available at http://swagger.io/specification/.
Usage
This library is inteded to be used for decoding and encoding Swagger 2.0 API specifications as well as manipulating them.
Please refer to haddock documentation.
Some examples can be found in examples/
directory.
Trying out
All generated swagger specifications can be interactively viewed on Swagger Editor.
Ready-to-use specification can be served as JSON and interactive API documentation
can be displayed using Swagger UI.
Many Swagger tools, including server and client code generation for many languages, can be found on
Swagger's Tools and Integrations page.
Contributing
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
GetShopTV Team