Sha256: 0fb45adfb9383a878449ee8b8c4675be72a3aca3e7ab1a7f73acade357ba7f80

Contents?: true

Size: 201 Bytes

Versions: 2

Compression:

Stored size: 201 Bytes

Contents

# coding: utf-8
# frozen_string_literal: true

module ZaloAPI
  module Config
    OA_API_BASE = 'https://openapi.zaloapp.com'
    OA_API_VERSION = 'v2.0'
    THIRD_PARTY_API_VERSION = 'v2.0'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zalo-api-0.1.1 lib/zalo_api/config.rb
zalo-api-0.1.0 lib/zalo_api/config.rb