JuliaComputing / OpenAPI.jl

OpenAPI helper and code generator for Julia
Other
41 stars 7 forks source link
openapi openapi-client openapi-server openapi3 swagger swagger-editor swagger-ui

OpenAPI

Build Status codecov

This is the Julia library needed along with code generated by the OpenAPI generator to help define, produce and consume OpenAPI interfaces.

Quick Guide

Examples

The Petstore is a common example that most OpenAPI implementations use to test and demonstrate. Clients and servers generated from both version 2 and 3 specifications are included in this repo.