module SwaggerAemOsgiClient
#Adobe Experience Manager OSGI config (AEM) API
#Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API
OpenAPI spec version: 1.0.0-pre.0 Contact: opensource@shinesolutions.com Generated by: openapi-generator.tech OpenAPI Generator version: 3.2.1-SNAPSHOT
#Adobe Experience Manager OSGI config (AEM) API
#Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API
OpenAPI spec version: 1.0.0-pre.0 Contact: opensource@shinesolutions.com Generated by: openapi-generator.tech OpenAPI Generator version: 3.2.1-SNAPSHOT
Constants
- VERSION
Public Class Methods
configure() { |default| ... }
click to toggle source
Customize default settings for the SDK using block.
SwaggerAemOsgiClient.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/swagger_aem_osgi.rb, line 1481 def configure if block_given? yield(Configuration.default) else Configuration.default end end