Skip to content

alohi/faxplus-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

© 2024 Alohi (Geneva, Switzerland) - Alohi.com