module IntegrationApi
#Hydrogen Integration API
#The Hydrogen Integration API
OpenAPI spec version: 1.3.1 Contact: info@hydrogenplatform.com Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.21
#Hydrogen Integration API
#The Hydrogen Integration API
OpenAPI spec version: 1.3.1 Contact: info@hydrogenplatform.com Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.21
Constants
- VERSION
Public Class Methods
configure() { |default| ... }
click to toggle source
Customize default settings for the SDK using block.
IntegrationApi.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/integration_api.rb, line 249 def configure if block_given? yield(AuthConfiguration.default) else AuthConfiguration.default end end