Sha256: 6be49f3f5a736abd8a5b60a977e6f15c708f2a6ef80f0664e4c85c32039413f0
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
# typed: strict # frozen_string_literal: true module WhatsappSdk module Api module ApiConfiguration extend T::Sig API_VERSION = T.let("v19.0", String) API_URL = T.let("https://graph.facebook.com/#{API_VERSION}/", String) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whatsapp_sdk-0.11.0 | lib/whatsapp_sdk/api/api_configuration.rb |