swagger2: Swagger 2.0 data model

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This library is intended to be used for decoding and encoding Swagger 2.0 API specifications as well as manipulating them.

The original Swagger 2.0 specification is available at http://swagger.io/specification/.


[Skip to Readme]

Properties

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.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, 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.4.2.0 && <1.5), base (>=4.7 && <4.13), base-compat-batteries (>=0.10.4 && <0.11), bytestring (>=0.10.4.0 && <0.11), containers (>=0.5.5.1 && <0.7), cookie (>=0.4.3 && <0.5), generics-sop (>=0.3.2.0 && <0.5), hashable (>=1.2.7.0 && <1.3), http-media (>=0.7.1.2 && <0.8), insert-ordered-containers (>=0.2.1.0 && <0.3), lens (>=4.16.1 && <4.18), mtl (>=2.1 && <2.3), network (>=2.6.3.5 && <2.9), QuickCheck (>=2.10.1 && <2.13), scientific (>=0.3.6.2 && <0.4), template-haskell (>=2.9.0.0 && <2.15), text (>=1.2.3.0 && <1.3), time (>=1.4.2 && <1.9), transformers (>=0.3.0.0 && <0.6), transformers-compat (>=0.3 && <0.7), unordered-containers (>=0.2.9.0 && <0.3), uuid-types (>=1.0.3 && <1.1), vector (>=0.12.0.1 && <0.13) [details]
License BSD-3-Clause
Copyright (c) 2015-2016, GetShopTV
Author Nickolay Kudasov
Maintainer nickolay@getshoptv.com
Category Web, Swagger
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 2018-11-24T19:18:56Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for swagger2-2.3.1

[back to package description]

swagger2

Join the chat at https://gitter.im/haskell-swagger2/Lobby

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 intended 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