Module: Integra365

Extended by:
WrAPI::Configuration, WrAPI::RespondTo
Defined in:
lib/integra365.rb,
lib/integra365/api.rb,
lib/integra365/client.rb,
lib/integra365/version.rb,
lib/integra365/authentication.rb,
lib/integra365/client/tenants.rb,
lib/integra365/client/backup_job_reporting.rb

Defined Under Namespace

Modules: Authentication Classes: API, Client

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.client(options = {}) ⇒ Integra365::Client

Alias for Integra365::Client.new

Returns:



13
14
15
16
17
18
# File 'lib/integra365.rb', line 13

def self.client(options = {})
  Integra365::Client.new({
    endpoint: 'https://api.integra-bcs.nl/Api/V1/'.freeze,
    user_agent: "Integra365 Ruby API wrapper #{Integra365::VERSION}".freeze
  }.merge(options))
end