Module: VMC

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

Defined Under Namespace

Modules: Cli, Micro 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'
QUOTA_INFO_PATH =
'quotaInfo'
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'
USERSQUOTA_PATH =
'usersQuota'