Apimo
TODO: Add description
Installation
export APIMO_TOKEN=your token
export APIMO_PROVIDER=your id
If available in Hex, the package can be installed
by adding apimo
to your list of dependencies in mix.exs
:
def deps do
[
{:apimo, "~> 0.3"}
]
end
config :apimo,
token: "xxxxxxxxxxxxxxxx",
provider: "xxxxxxxxxxxxxxxxxxxx"
Apimo.fetch_agencies()
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/apimo.