Module: XporterOnDemand

Defined in:
lib/xporter_on_demand.rb,
lib/xporter_on_demand/api.rb,
lib/xporter_on_demand/token.rb,
lib/xporter_on_demand/utils.rb,
lib/xporter_on_demand/client.rb,
lib/xporter_on_demand/factory.rb,
lib/xporter_on_demand/version.rb,
lib/xporter_on_demand/endpoint.rb,
lib/xporter_on_demand/result/base.rb,
lib/xporter_on_demand/registration.rb,
lib/xporter_on_demand/exception_factory.rb,
lib/xporter_on_demand/result/result_set.rb,
lib/xporter_on_demand/result/serialiser.rb

Defined Under Namespace

Modules: API, ExceptionFactory, Factory, Result, Utils Classes: Client, Endpoint, Error, Registration, ResultSet, Token

Constant Summary collapse

API_PATH =
"https://xporter.groupcall.com/api/v1/"
STS_PATH =
"https://login.groupcall.com/idaas/sts/STS/GetToken"
META_KEYS =
%w(ChangedRows DbStatus Meta Pagination)
REGISTRATION_PATH =
"https://manage.groupcall.com/API/XporterOnDemand/SchoolRegister"
VERSION =
"0.2.4"