main
# frozen_string_literal: true module WhatsappSdk module Api module ApiConfiguration DEFAULT_API_VERSION = "v19.0" API_URL = "https://graph.facebook.com" end end end