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

Tags

MIT Hex.pm

Installation

Add arsenal to your list of dependencies in mix.exs:

def deps do
  [
    {:arsenal, "~> 0.1.0"}
  ]
end

Then run:

mix deps.get

Resources