Name
AsposeCellsCloud::Configuration - holds the configuration for all AsposeCellsCloud 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/22.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
- client_id: (optional) String. Application SID.
- client_secret: (optional) String. Application Key.
- api_version:(optional) String. api version. default: v3.0