Active v0.1.0
Arsenal
A metaprogramming framework for building REST APIs from OTP operations with automatic endpoint generation, parameter validation, and OpenAPI documentation.
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 292
- All-time downloads: 1487
- Maintainers: nshkrdotcom
Installation
Add arsenal to your list of dependencies in mix.exs:
def deps do
[
{:arsenal, "~> 0.1.0"}
]
endThen run:
mix deps.get