faxplus-python
faxplus-python copied to clipboard
Python SDK to use FAX.PLUS API
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, FaxesApi
client = ApiClient(configuration)
api = FaxesApi()
faxes = api.list_faxes("self", category=FaxCategory.INBOX)
Documentation
Visit the full API reference at apidoc.fax.plus.
Author
© 2021 Alohi (Geneva, Switzerland) - Alohi.com