Fax.Plus Python SDK
Made for third-party developers and organizations to send and receive faxes from their own software or application.
API Documentation • Home • Help Center • Contact Us
- Only available to Enterprise clients
Requirements.
Python 3.5+
Installation
pip install
To install the package from PyPi
# From PyPi
pip install faxplus-api
# Directly from Github
pip install git+https://github.com/alohi/faxplus-python.git
Setuptools
Install via Setuptools.
git clone https://github.com/alohi/faxplus-python.git
cd faxplus-python
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Getting Started
Example usage:
from faxplus import ApiClient, Configuration, FaxesApi
configuration = Configuration()
configuration.access_token = "YOUR_ACCESS_TOKEN"
client = ApiClient(configuration)
api = FaxesApi()
faxes = api.list_faxes("self", category=FaxCategory.INBOX)
Documentation
Visit the full API reference at apidoc.fax.plus.
Author
© 2023 Alohi (Geneva, Switzerland) - Alohi.com
Release files for faxplus-api 3.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| faxplus_api-3.0.5.tar.gz | 53.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| faxplus_api-3.0.5-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 180.3 kB
Release files / faxplus_api-3.0.5.tar.gz
| Download URL | faxplus_api-3.0.5.tar.gz |
|---|---|
| Size | 53.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
598ec8b2170f64de2814fdb50d4cbec3d2b37094a379441436cfa559571b0976
|
|
BLAKE2b-256 checksum How to use checksums |
d40cdfc62ade4d68dc0fe683f646746c5946e3e5558bbde69795154be8258d9e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.7
|
Release files / faxplus_api-3.0.5-py2.py3-none-any.whl
| Download URL | faxplus_api-3.0.5-py2.py3-none-any.whl |
|---|---|
| Size | 126.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
fce0fe82aaa82725d12a07dab748823461b993249fada14d2b07d74165a993eb
|
|
BLAKE2b-256 checksum How to use checksums |
84298d983c30180e6af834a76fc5d4133c765cd2a8debb54a8ef8b9ea1e0ebd3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.7
|