Fax.Plus REST API
Project description
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
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
faxplus_api-3.0.5.tar.gz
(53.4 kB
view details)
Built Distribution
File details
Details for the file faxplus_api-3.0.5.tar.gz
.
File metadata
- Download URL: faxplus_api-3.0.5.tar.gz
- Upload date:
- Size: 53.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 598ec8b2170f64de2814fdb50d4cbec3d2b37094a379441436cfa559571b0976 |
|
MD5 | ba4ea64b213c055ec5a933825cb84976 |
|
BLAKE2b-256 | d40cdfc62ade4d68dc0fe683f646746c5946e3e5558bbde69795154be8258d9e |
File details
Details for the file faxplus_api-3.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: faxplus_api-3.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 126.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fce0fe82aaa82725d12a07dab748823461b993249fada14d2b07d74165a993eb |
|
MD5 | 4cc5177817cbd0bf90d8cce5c70ac5bc |
|
BLAKE2b-256 | 84298d983c30180e6af834a76fc5d4133c765cd2a8debb54a8ef8b9ea1e0ebd3 |