Module: VCAP::Services::Api

Defined in:
lib/services/api/util.rb,
lib/services/api/const.rb,
lib/services/api/messages.rb,
lib/services/api/async_requests.rb,
lib/services/api/async_requests.rb,
lib/services/api/clients/service_gateway_client.rb

Defined Under Namespace

Classes: AsyncHttpRequest, BindExternalRequest, BindingTokenRequest, BrokeredServiceOfferingRequest, CloudControllerBindRequest, CloudControllerBindResponse, CloudControllerProvisionRequest, EmptyRequest, GatewayBindRequest, GatewayBindResponse, GatewayProvisionRequest, GatewayProvisionResponse, GatewayUnbindRequest, HandleUpdateRequest, Job, ListBrokeredServicesResponse, ListHandlesResponse, SerializedData, SerializedURL, ServiceGatewayClient, ServiceOfferingRequest, Snapshot, SnapshotList, Util

Constant Summary collapse

GATEWAY_TOKEN_HEADER =
'X-VCAP-Service-Token'
SERVICE_LABEL_REGEX =
/^\S+-\S+$/
EMPTY_REQUEST =
EmptyRequest.new.freeze