This is a description
Project description
Getting Started with APIMATIC Calculator
Introduction
Simple calculator API hosted on APIMATIC
Install the Package
The package is compatible with Python versions 3 >=3.7, <= 3.11
.
Install the package from PyPi using the following pip command:
pip install apimatic-ignore-sdk==3.4.89
You can also view the package at: https://pypi.python.org/pypi/apimatic-ignore-sdk/3.4.89
Initialize the API Client
Note: Documentation for the client can be found here.
The following parameters are configurable for the API Client:
Parameter | Type | Description |
---|---|---|
environment |
Environment | The API environment. Default: Environment.PRODUCTION |
http_client_instance |
HttpClient |
The Http Client passed from the sdk user for making requests |
override_http_client_configuration |
bool |
The value which determines to override properties of the passed Http Client from the sdk user |
http_call_back |
HttpCallBack |
The callback value that is invoked before and after an HTTP call is made to an endpoint |
timeout |
float |
The value to use for connection timeout. Default: 60 |
max_retries |
int |
The number of times to retry an endpoint call if it fails. Default: 0 |
backoff_factor |
float |
A backoff factor to apply between attempts after the second try. Default: 2 |
retry_statuses |
Array of int |
The http statuses on which retry is to be done. Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524] |
retry_methods |
Array of string |
The http methods on which retry is to be done. Default: ['GET', 'PUT'] |
The API client can be initialized as follows:
from apimaticcalculator.apimaticcalculator_client import ApimaticcalculatorClient
from apimaticcalculator.configuration import Environment
client = ApimaticcalculatorClient()
List of APIs
Classes Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file apimatic-ignore-sdk-3.4.89.tar.gz
.
File metadata
- Download URL: apimatic-ignore-sdk-3.4.89.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16a92fc19051bebd8b29687c490afa30531bdc9bc968adb764a45e0f184f283f |
|
MD5 | 0d11624cb15b5858f2f29436feded6e3 |
|
BLAKE2b-256 | 33f4b13331e90c0a05cf005c6d6310bdd76b308563b25c417bd83af8286700ae |
File details
Details for the file apimatic_ignore_sdk-3.4.89-py3-none-any.whl
.
File metadata
- Download URL: apimatic_ignore_sdk-3.4.89-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3de8bca60b8882bbc81672c111959e7af4d9de8ce5e12f1c24fae043c9062855 |
|
MD5 | a01f5a91fcd29a064060cc0d9d73769b |
|
BLAKE2b-256 | ab8b74e717a866d667214ded2a10b4bb59699a217419bbe27bda2cd7c5fedc08 |