Current section
Files
Jump to
Current section
Files
README.md
# Proxmex
Small and simple API client for Proxmox servers.
Still very experimental, with very limited functionality and ignoring some
safety restrictions like certificates mismatch.
## Installation
The package can be installed from [Hex](https://hex.pm/)
by adding `proxmex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:proxmex, "~> 0.1.0"}
]
end
```