Module: Synnex

Defined in:
lib/synnex.rb,
lib/synnex/synnex_api.rb,
lib/synnex/synnex_msp.rb,
lib/synnex/synnex_customer.rb,
lib/synnex/synnex_subscription.rb

Overview

Use msp = Synnex::Msp.new(user_name: ‘user’, password: ‘pass’, reseller: 12345) msp.customers.first.subscriptions.first

Defined Under Namespace

Classes: API, Customer, Msp, Subscription

Constant Summary collapse

UAT =
'https://testws.synnex.com'
PROD =
'https://ws.synnex.com'
HEADERS =
{
    'Content-Type' => 'application/json'
}