https://github.com/jshmrtn/openapi-compiler
:gear: Eixir OpenAPI Compiler
https://github.com/jshmrtn/openapi-compiler
elixir elixir-lang openapi openapi-codegen openapi-generator openapi3
Last synced: 10 months ago
JSON representation
:gear: Eixir OpenAPI Compiler
- Host: GitHub
- URL: https://github.com/jshmrtn/openapi-compiler
- Owner: jshmrtn
- License: mit
- Created: 2020-03-30T19:03:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T13:48:13.000Z (about 2 years ago)
- Last Synced: 2025-04-11T22:56:34.078Z (10 months ago)
- Topics: elixir, elixir-lang, openapi, openapi-codegen, openapi-generator, openapi3
- Language: Elixir
- Homepage: https://hex.pm/packages/openapi_compiler
- Size: 171 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAPICompiler
[](https://hexdocs.pm/openapi_compiler)

[](https://coveralls.io/github/jshmrtn/openapi-compiler?branch=master)
[](https://hex.pm/packages/openapi_compiler)
:warning: :warning: This library is incomplete and experimental! :warning: :warning:
Compile OpenApi 3.0 Elixir Client from JSON / Yaml.
Help to make this library more spec compliant is welcome in form of issues / PR's.
## Installation
The package can be installed by adding `openapi_compiler` to your list of dependencies
in `mix.exs`:
```elixir
def deps do
[
{:openapi_compiler, "~> 1.0-beta"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can be found at
[https://hexdocs.pm/openapi_compiler](https://hexdocs.pm/openapi_compiler).