Simple calculator API hosted on APIMATIC for demo purposes
Project description
Getting Started with APIMATIC Calculator - zip
Introduction
Simple calculator API hosted on APIMATIC for demo purposes
Install the Package
The package is compatible with Python versions 3.7+.
Install the package from PyPi using the following pip command:
pip install bpythonsss==1.2.4
You can also view the package at: https://pypi.python.org/pypi/bpythonsss/1.2.4
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 |
|---|---|---|
| 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:
client = ApimaticcalculatorzipClient(
environment=Environment.PRODUCTION
)
List of APIs
SDK Infrastructure
HTTP
Utilities
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bpythonsss-1.2.4.tar.gz.
File metadata
- Download URL: bpythonsss-1.2.4.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b65d981e62774d670b3b054322594fa466cf97654a5a700a1a77fc1a2b6b3fd7
|
|
| MD5 |
badd4b570e8d6cd133d2fcd531fd2577
|
|
| BLAKE2b-256 |
9de289595ee78bfdb900a0f9e69783ac6a416351dfcdd3706b3e054ffdea1d47
|
File details
Details for the file bpythonsss-1.2.4-py3-none-any.whl.
File metadata
- Download URL: bpythonsss-1.2.4-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1010ef1d5786d504e80a73a4ced819da3ab4ba1f6c2d96b73285fe96edf66009
|
|
| MD5 |
cea4c6d13524999c47fdd767392ffd4e
|
|
| BLAKE2b-256 |
0125d9aaa14fba36904c75f1bc0c70d20f5c6b8a52a68b8603a1b256c1de2fe6
|