Skip to content

biocad/openapi3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

89825c4 · May 23, 2024
Nov 27, 2023
Aug 4, 2020
Nov 18, 2023
Nov 18, 2023
Jun 28, 2017
Nov 20, 2023
Sep 10, 2017
Aug 3, 2020
Jun 29, 2017
Jul 11, 2023
Apr 26, 2023
Mar 21, 2018
May 23, 2024
Feb 2, 2022

Repository files navigation

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