rsc
6.11.0
https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/rsc
Douglas Thrift
rsc - RightScale API Client
RightScale
https://github.com/rightscale/rsc
http://cdn.rawgit.com/douglaswth/chocolatey-packages/master/icons/rsc.png
https://github.com/rightscale/rsc/blob/master/LICENSE
false
https://github.com/rightscale/rsc
https://github.com/rightscale/rsc/issues
rsc rightscale API rest cli go golang
Generic RightScale API client Go package and command line tool
# rsc - A generic RightScale API client
`rsc` provides both a command line tool and a go package for interacting with the RightScale APIs.
The currently supported APIs are the RightScale Cloud Management API 1.5 and 1.6 APIs, the
RightScale Self-Service 1.0 APIs (latest version for this product) and the RightLink10 APIs exposed
by the RightLink10 agent. The RightScale APIs reference can be found on the
[RightScale docs](http://docs.rightscale.com/api/) site.
`rsc` can be used in one of two ways:
* as a command line tool
* as a way to make API requests to RightScale programmatically from Go code
## Command Line Tool
The command line tool uses subcommands to interact with each API. Use `rsc cm15` to send requests
to the RightScale Cloud Management API 1.5, `rsc cm16` to send requests to the RightScale Cloud
Management API 1.6, `rsc ss` to send requests to the RightScale Self-Service API 1.0 and `rsc rl10`
to send requests to RightLink10.
See the [CHANGELOG](https://github.com/rightscale/rsc/blob/master/CHANGELOG.md).