The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

        AsposeThreeDCloud::Configuration - holds the configuration for all AsposeThreeDCloud Modules

new(%parameters)

http_timeout: (optional)

Integer. timeout for HTTP requests in seconds

default: 180

http_user_agent: (optional)

String. custom UserAgent header

default: Swagger-Codegen/20.5/perl

api_key: (optional)

Hashref. Keyed on the name of each key (there can be multiple tokens).

    api_key => {
        secretKey => 'aaaabbbbccccdddd',
        anotherKey => '1111222233334444',
    };
api_key_prefix: (optional)

Hashref. Keyed on the name of each key (there can be multiple tokens). Note not all api keys require a prefix.

    api_key_prefix => {
        secretKey => 'string',
        anotherKey => 'same or some other string',
    };
 
api_key_in: (optional)
username: (optional)

String. The username for basic auth.

password: (optional)

String. The password for basic auth.

access_token: (optional)

String. The OAuth access token.

base_url: (optional)

String. The base URL of the API

default: https://api.aspose.cloud/v3.0