Module: VMC

Defined in:
lib/cli.rb,
lib/vmc.rb,
lib/vmc/const.rb,
lib/cli/version.rb

Defined Under Namespace

Modules: Cli Classes: Client

Constant Summary collapse

VERSION =

This is the internal VMC version number, and is not necessarily the same as the RubyGem version (VMC::Cli::VERSION).

'0.3.2'
DEFAULT_TARGET =

Targets

'https://api.cloudfoundry.com'
DEFAULT_LOCAL_TARGET =
'http://api.vcap.me'
INFO_PATH =

General Paths

'/info'
GLOBAL_SERVICES_PATH =
'/info/services'
GLOBAL_RUNTIMES_PATH =
'/info/runtimes'
RESOURCES_PATH =
'/resources'
APPS_PATH =

User specific paths

'/apps'
SERVICES_PATH =
'/services'
USERS_PATH =
'/users'