Elixir client implementation for the Balena on-device supervisor API.
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2019-10-19 23:11:28 +08:00
lib Initial version of the on-device API client. 2019-10-19 23:11:28 +08:00
test Initial version of the on-device API client. 2019-10-19 23:11:28 +08:00
.dockerignore Initial version of the on-device API client. 2019-10-19 23:11:28 +08:00
.formatter.exs Initial version of the on-device API client. 2019-10-19 23:11:28 +08:00
.gitignore Initial version of the on-device API client. 2019-10-19 23:11:28 +08:00
Dockerfile.template Initial version of the on-device API client. 2019-10-19 23:11:28 +08:00
mix.exs Initial version of the on-device API client. 2019-10-19 23:11:28 +08:00
mix.lock Initial version of the on-device API client. 2019-10-19 23:11:28 +08:00
README.md Initial version of the on-device API client. 2019-10-19 23:11:28 +08:00

BalenaDevice

TODO: Add description

Installation

If available in Hex, the package can be installed by adding balena_device to your list of dependencies in mix.exs:

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

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/balena_device.