Module: DingSDK

Extended by:
T::Sig
Defined in:
lib/ding/utils/metadata_fields.rb,
lib/ding/otp.rb,
lib/ding/sdk.rb,
lib/ding_sdk.rb,
lib/ding/lookup.rb,
lib/ding/utils/utils.rb,
lib/ding/sdkconfiguration.rb,
lib/ding/models/shared/security.rb,
lib/ding/models/operations/check.rb,
lib/ding/models/operations/lookup.rb,
lib/ding/models/operations/retry_.rb,
lib/ding/models/shared/errorresponse.rb,
lib/ding/models/shared/lookupresponse.rb,
lib/ding/models/shared/createcheckrequest.rb,
lib/ding/models/shared/createcheckresponse.rb,
lib/ding/models/operations/create_autentication.rb,
lib/ding/models/shared/retryauthenticationrequest.rb,
lib/ding/models/shared/createauthenticationrequest.rb,
lib/ding/models/shared/retryauthenticationresponse.rb,
lib/ding/models/shared/createauthenticationresponse.rb

Overview

typed: true frozen_string_literal: true

Defined Under Namespace

Modules: MetadataFields, Operations, Shared, Utils Classes: Ding, Lookup, Otp, SDKConfiguration

Constant Summary collapse

SERVER_PRODUCTION =

The production Ding API server

'production'
SERVERS =
{
  SERVER_PRODUCTION: 'https://api.ding.live/v1',
}.freeze