0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby wrapper of the Atlantic.net API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

atlantic_net

Build Status Coverage Status Gem Version MIT licensed

A lightweight ruby interface for interacting with the Atlantic.net API.

Installation

Add atlantic_net to your Gemfile:

gem "atlantic_net"

Usage

# Require the atlantic_net library
require 'atlantic_net'

# Instantiate the client with your access key and private key
client = AtlanticNet.new(access_key, private_key)

# List instances
instances = client.list_instances

# Reboot an instance
subject.reboot_instance(instances.first["InstanceId"])