SimplePay

Python API bindings for Simple Pay


Keywords
api-client, python, requests
License
MIT
Install
pip install SimplePay==0.1b0

Documentation

SimplePay API

Unofficial Python bindings for Simple Pay's API.

https://www.simplepay.co.za/api-docs/

Installation

$ pipenv install simplepay

Or if you are using pip:

$ pip install simplepay

Usage

from simplepay import SimplePay

api = SimplePay("simple-pay-api-key")
print(api.get_clients())
print(api.get_employees("client_id"))

Documentation

Documentation can be found here: https://cstranex.github.io/simplepay