swagger2: Swagger 2.0 data model

[ bsd3, library, swagger, web ] [ Propose Tags ]
Versions [RSS] 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.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
Change log CHANGELOG.md
Dependencies aeson (<1), base (>=4.7 && <4.10), base-compat (>=0.6.0 && <0.10), containers, hashable, http-media (>=0.6), lens, mtl, network (<2.9), scientific, template-haskell, text, time, transformers, unordered-containers, vector [details]
License BSD-3-Clause
Copyright (c) 2015-2016, GetShopTV
Author Nickolay Kudasov
Maintainer nickolay@getshoptv.com
Revised Revision 3 made by phadej at 2019-05-22T06:13:35Z
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 NickolayKudasov at 2016-03-11T09:54:08Z
Distributions Arch:2.8.7, LTSHaskell:2.8.8, NixOS:2.8.8, Stackage:2.8.8
Reverse Dependencies 46 direct, 21 indirect [details]
Downloads 42077 total (261 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for swagger2-2.0.2

[back to package description]

swagger2

Hackage Build Status Stackage LTS Stackage Nightly

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