Module: ExpressPigeon

Defined in:
lib/expresspigeon-ruby.rb,
lib/expresspigeon-ruby/lists.rb,
lib/expresspigeon-ruby/contacts.rb,
lib/expresspigeon-ruby/messages.rb,
lib/expresspigeon-ruby/campaigns.rb,
lib/expresspigeon-ruby/templates.rb,
lib/expresspigeon-ruby/meta_response.rb,
lib/expresspigeon-ruby/auto_responders.rb

Defined Under Namespace

Modules: API Classes: AutoResponders, Campaigns, Contacts, Lists, Messages, MetaResponse, Templates

Constant Summary collapse

AUTH_KEY =
ENV['EXPRESSPIGEON_AUTH_KEY']
ROOT =

EXPRESSPIGEON_ROOT env var is used to point to testenv

ENV.has_key?('EXPRESSPIGEON_ROOT') ? ENV['EXPRESSPIGEON_ROOT'] : 'https://api.expresspigeon.com/'
USE_SSL =
true