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
Release files for apimatic-ignore-sdk 3.4.89
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apimatic-ignore-sdk-3.4.89.tar.gz | 8.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apimatic_ignore_sdk-3.4.89-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.2 kB
Release files / apimatic-ignore-sdk-3.4.89.tar.gz
| Download URL | apimatic-ignore-sdk-3.4.89.tar.gz |
|---|---|
| Size | 8.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
16a92fc19051bebd8b29687c490afa30531bdc9bc968adb764a45e0f184f283f
|
|
BLAKE2b-256 checksum How to use checksums |
33f4b13331e90c0a05cf005c6d6310bdd76b308563b25c417bd83af8286700ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.13
|
Release files / apimatic_ignore_sdk-3.4.89-py3-none-any.whl
| Download URL | apimatic_ignore_sdk-3.4.89-py3-none-any.whl |
|---|---|
| Size | 13.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3de8bca60b8882bbc81672c111959e7af4d9de8ce5e12f1c24fae043c9062855
|
|
BLAKE2b-256 checksum How to use checksums |
ab8b74e717a866d667214ded2a10b4bb59699a217419bbe27bda2cd7c5fedc08
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.13
|