Sha256: 6e5ae895ae9dcdf11ffd45c9bb1af51cd52856a92c97af63b97dad75fd4aedbc
Contents?: true
Size: 659 Bytes
Versions: 1
Compression:
Stored size: 659 Bytes
Contents
RightScaleAPIHelper ========================= This GEM is a simple wrapper for the RightScale API. It simplifies authentication, and provides an object to run GET, PUT, POST, and DELETE calls. Usage ----- Create new instance RightScaleAPIHelper::Helper.new(acct_id, email, password, format=('js'/'xml'), version = 1.0) Example api_conn = RightScaleAPIHelper::Helper.new(123456, 'email@email.com', 'password') resp = api_conn.get("/deployments") puts resp.code # Response code from RightScale puts resp.body # xml or json response Copyright --------- Copyright (c) 2012 Eric VanWieren. See LICENSE.txt for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
RightScaleAPIHelper-0.4.1 | README.markdown |