- Notifications
You must be signed in to change notification settings - Fork0
avitex/elixir-vultr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple wrapper for theVultr API.
Documentation hosted onhexdocs.
Addvultr
to your list of dependencies inmix.exs
:
defdepsdo[{:vultr,"~> 0.3.0"}]end
Vultr.app_list()# Example response{:ok,%{"1"=>%{"APPID"=>"1","deploy_name"=>"LEMP on CentOS 6 x64",...},...}}
client=Vultr.client("<APIKEY>")Vultr.server_list(client,[])