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, 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for faxplus_api-3.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22caa7c9c7c170f45a379a396c40db86b5da10a5838cd55300833ca70b3a7df0 |
|
MD5 | 2902846bf96c2a1851edcc6071b4c8e7 |
|
BLAKE2b-256 | 091ed587a1331230196f62a254c9804b3d84c6e9e3c2484faa57e52f4a18c7ae |