Skip to main content

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.

NPM version License

API DocumentationHomeHelp CenterContact Us

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, ArchivesApi

client = ApiClient(configuration)
api = ArchivesApi()
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 Distribution

faxplus-api-2.0.0.tar.gz (43.4 kB view hashes)

Uploaded Source

Built Distribution

faxplus_api-2.0.0-py2.py3-none-any.whl (105.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page