Sha256: e8dce35142bb5f34baeb937ae1b8cadaece88b4cc6ee9712ec95d680023d6dc2
Contents?: true
Size: 265 Bytes
Versions: 7
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("v16.0", String) API_URL = T.let("https://graph.facebook.com/#{API_VERSION}/", String) end end end
Version data entries
7 entries across 7 versions & 1 rubygems