Sha256: 08dea13bb6f8474841680163ae6766d8046458ef5f73b36cd3c3fe6cd89454e8
Contents?: true
Size: 531 Bytes
Versions: 2
Compression:
Stored size: 531 Bytes
Contents
module VMC # This is the internal VMC version number, and is not necessarily # the same as the RubyGem version (VMC::Cli::VERSION). VERSION = '0.2.8' # Targets DEFAULT_TARGET = 'http://api.cloudfoundry.com' DEFAULT_LOCAL_TARGET = 'http://api.vcap.me' # General Paths INFO_PATH = '/info' GLOBAL_SERVICES_PATH = '/info/services' RESOURCES_PATH = '/resources' # User specific paths APPS_PATH = '/apps' SERVICES_PATH = '/services' USERS_PATH = '/users' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vmc-0.2.11 | lib/vmc/const.rb |
vmc-0.2.10 | lib/vmc/const.rb |