OpenAPI 3.0 data model
Go to file
2022-03-13 20:52:30 +01:00
.github/workflows Disable aeson-1 build for GHC 9.2 2022-03-13 17:50:36 +01:00
examples change SwaggerItems to OpenApiItems 2020-08-04 13:18:45 +02:00
src/Data Add comment for GToSchema fix 2022-03-13 16:59:26 +01:00
test Merge remote-tracking branch 'biocad3/master' into ncaq-fix-single-constructor-recur 2022-03-13 16:54:49 +01:00
.gitignore More GHC-8.2 changes 2017-06-28 23:58:12 +03:00
cabal.haskell-ci Disable aeson-1 build for GHC 9.2 2022-03-13 17:50:36 +01:00
cabal.project Switch to Github Actions, allow GHC 9.0.1 and hashable 1.3.1.0 (#18) 2021-04-07 11:58:51 +03:00
CHANGELOG.md version 3.2.2 2022-03-13 20:52:30 +01:00
hackage-docs.sh GHC-8.4.1 support 2018-03-21 08:17:22 +02:00
LICENSE Bump version and update changelog 2017-09-10 14:17:17 +03:00
openapi3.cabal version 3.2.2 2022-03-13 20:52:30 +01:00
README.md rename Data.Swagger to Data.OpenApi 2020-08-03 22:06:26 +02:00
Setup.hs Try Custom build 2017-06-29 15:32:52 +03:00
stack.yaml updated: stack: resolver: to lts-16.31 2022-02-02 20:13:23 +09:00

OpenApi 3

Hackage Build Status Stackage LTS Stackage Nightly

OpenAPI 3.0 data model.

The original OpenAPI 3.0 specification is available at http://swagger.io/specification/.

This package is heavily based on excellent work on Swagger 2.0 at https://github.com/GetShopTV/swagger2.

Usage

This library is intended to be used for decoding and encoding OpenApi 3.0.3 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

Biocad Team