Class: ShedCloud::PartnerApi::Resources::ConfiguratorSessions

Inherits:
Base
  • Object
show all
Defined in:
lib/shedcloud/partner_api/resources/configurator_sessions.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from ShedCloud::PartnerApi::Resources::Base

Instance Method Details

#create(body, options: nil) ⇒ Object



7
8
9
# File 'lib/shedcloud/partner_api/resources/configurator_sessions.rb', line 7

def create(body, options: nil)
  @http.request('POST', '/partner/v1/configurator-sessions', body: body, headers: option_headers(options)) || {}
end