| CARVIEW |
swagger2: Swagger 2.0 data model
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 https://swagger.io/specification/.
[Skip to Readme]
Modules
- Data
- Data.Swagger
- Data.Swagger.Declare
- Data.Swagger.Internal
- Data.Swagger.Internal.AesonUtils
- Data.Swagger.Internal.ParamSchema
- Data.Swagger.Internal.Schema
- Data.Swagger.Internal.Schema.Validation
- Data.Swagger.Internal.TypeShape
- Data.Swagger.Internal.Utils
- Data.Swagger.Lens
- Data.Swagger.Operation
- Data.Swagger.Optics
- Data.Swagger.ParamSchema
- Data.Swagger.Schema
- Data.Swagger.Schema.Generator
- Data.Swagger.Schema.Validation
- Data.Swagger.SchemaOptions
- Data.Swagger
Downloads
- swagger2-2.8.10.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| 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, 2.8.9, 2.8.10 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=2.0.0.0 && <2.3), aeson-pretty (>=0.8.7 && <0.9), base (>=4.9 && <4.22), base-compat-batteries (>=0.11.1 && <0.15), bytestring (>=0.10.8.1 && <0.13), containers (>=0.5.7.1 && <0.9), cookie (>=0.4.3 && <0.6), generics-sop (>=0.5.1.0 && <0.6), hashable (>=1.2.7.0 && <1.6), http-media (>=0.8.0.0 && <0.9), insert-ordered-containers (>=0.2.3 && <0.3), lens (>=4.16.1 && <5.4), mtl (>=2.2.2 && <2.4), network (>=2.6.3.5 && <3.3), optics-core (>=0.2 && <0.5), optics-th (>=0.2 && <0.5), QuickCheck (>=2.10.1 && <2.16), scientific (>=0.3.6.2 && <0.4), template-haskell (>=2.11.1.0 && <2.24), text (>=1.2.3.0 && <2.2), time (>=1.6.0.1 && <1.15), transformers (>=0.5.2.0 && <0.7), unordered-containers (>=0.2.9.0 && <0.3), uuid-types (>=1.0.3 && <1.1), vector (>=0.12.0.1 && <0.14) [details] |
| Tested with | ghc ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.6.4 || ==9.8.1 || ==9.12.1 |
| License | BSD-3-Clause |
| Copyright | (c) 2015-2016, GetShopTV |
| Author | Nickolay Kudasov |
| Maintainer | nickolay@getshoptv.com |
| Uploaded | by swamp_agr at 2025-05-11T18:44:35Z |
| 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 |
| Distributions | Arch:2.8.10, LTSHaskell:2.8.10, NixOS:2.8.10 |
| Reverse Dependencies | 47 direct, 21 indirect [details] |
| Downloads | 46156 total (163 in the last 30 days) |
| Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs not available [build log] All reported builds failed as of 2025-05-11 [all 2 reports] |
Readme for swagger2-2.8.10
[back to package description]swagger2
Swagger 2.0 data model.
The original Swagger 2.0 specification is available at https://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