Popularity
1.2
Stable
Activity
0.0
Stable
4
3
0
Monthly Downloads: 24
Programming language: Elixir
License: MIT License
Tags:
Third Party APIs
vultr alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view vultr alternatives based on common mentions on social networks and blogs.
-
ethereumex
Elixir JSON-RPC client for the Ethereum blockchain 0x063D3d782598744AF1252eBEaf3aA97D990Edf72 -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of vultr or a related project?
README
Vultr
Simple wrapper for the Vultr API.
Documentation hosted on hexdocs.
Installation
Add vultr
to your list of dependencies in mix.exs
:
def deps do
[{:vultr, "~> 0.3.0"}]
end
Examples
Retrieving app list
Vultr.app_list()
# Example response
{:ok, %{ "1" => %{"APPID" => "1", "deploy_name" => "LEMP on CentOS 6 x64", ... }, ... }}
Using authenticated methods
client = Vultr.client("<APIKEY>")
Vultr.server_list(client, [])