SAKURA Internet API Client Library for Ruby

This library gives you an easy interface to control your resources on SAKURA Cloud.

Table of Contents

Installation

gem install saklient

How to use this library in your project

require 'saklient/cloud/api'
api = Saklient::Cloud::API.authorize(YOUR_API_TOKEN, YOUR_API_SECRET, ZONE)
# ZONE: "is1a" (Ishikari 1st zone), "is1b" (Ishikari 2nd zone), "tk1v" (Sandbox)
# "tk1v" is recommended for tests

# ...

Examples

Code examples are available here.

Copyright (C) 2014 SAKURA Internet, Inc.

This library is freely redistributable under MIT license.