Skip to content

happysiro/gio_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GioApi

GIO APIを利用するためのGemです。

GIO APIについては下記を参照してください。

API Reference

これを利用するには、API Keyの作成が必須です。

Installation

Add this line to your application's Gemfile:

gem 'gio_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gio_api

Usage

.gio_access_keyというファイルを作り、access_keyを書いてください

Dummy Accsess Key

.gio_secret_keyというファイルを作り、secret_keyを書いてください

Dummy Secret Key

そして、下記のようにして、呼び出してください。

gio_hosting_api = Gio::HostingApi.new
gio_hosting_api.read_access_key_file
gio_hosting_api.read_secret_key_file

CLI Usage

下記のような書式で呼び出せます。

bin/gioapi.rb attach_fw_Lb --access-key-file-path=/root/.gio_access_key --secret-key-file-path=/root/.gio_secret_key --gp-service-code=gp13969370 --gc-service-code=gc14029400 --gl-service-code=gl14020094

attach_fw_lb以外の場合でも、API Referenceを参照し、必要なリクエストパラメータを「小文字ハイフンつなぎ」の形式に書き換えて、呼び出せば何とかなります。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages