Sha256: 5905e739b0a62e16998bc49df20c0c135d6ac99a301223d120e0143d9c614ed9

Contents?: true

Size: 257 Bytes

Versions: 2

Compression:

Stored size: 257 Bytes

Contents

# typed: strict
# frozen_string_literal: true

module WhatsappSdk
  module Api
    module ApiConfiguration
      extend T::Sig

      DEFAULT_API_VERSION = T.let("v19.0", String)
      API_URL = T.let("https://graph.facebook.com", String)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whatsapp_sdk-0.12.1 lib/whatsapp_sdk/api/api_configuration.rb
whatsapp_sdk-0.12.0 lib/whatsapp_sdk/api/api_configuration.rb