Module: Lapse::Transport

Defined in:
lib/lapse/transport.rb,
lib/lapse/transport/http.rb

Overview

Transports are a way for the client to communicate with the API.

Defined Under Namespace

Modules: HTTP

Constant Summary collapse

TRANSPORT_MAP =

Transport adapter map

{
  :http => Lapse::Transport::HTTP
}