Sha256: 4d678268bc7e6432f267af2d617faa0313cc933a6a2ca3ce5227d5ab3a93eb4b

Contents?: true

Size: 534 Bytes

Versions: 9

Compression:

Stored size: 534 Bytes

Contents

require_relative 'base/resource_interface'
require_relative 'base/resource'
require_relative 'base/response'

module Plivo
  module Base
    PLIVO_API_URL = 'https://api.plivo.com'.freeze

    API_VOICE = 'https://api.plivo.com'.freeze
    API_VOICE_FALLBACK_1 = 'https://api.plivo.com'.freeze
    API_VOICE_FALLBACK_2 = 'https://api.plivo.com'.freeze

    CALLINSIGHTS_API_URL = 'https://stats.plivo.com'.freeze
    PHLO_API_URL = 'https://phlorunner.plivo.com'.freeze
    LOOKUP_API_URL = 'https://lookup.plivo.com'.freeze
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
plivo-4.61.2 lib/plivo/base.rb
plivo-4.61.1 lib/plivo/base.rb
plivo-4.61.0 lib/plivo/base.rb
plivo-4.60.3 lib/plivo/base.rb
plivo-4.60.2 lib/plivo/base.rb
plivo-4.60.1 lib/plivo/base.rb
plivo-4.60.0 lib/plivo/base.rb
plivo-4.59.1 lib/plivo/base.rb
plivo-4.59.0 lib/plivo/base.rb