A Python module for communicating with the Flinks.io API.
Project description
pyflinks is a Python module for communicating with the Flinks.io API.
Main requirements
Installation
To install pyflinks, please use pip (or pipenv) as follows:
$ pip install --pre pyflinks
Basic usage
The first step to interact with the Flinks v3 API interface is to initialize a flinks.Client instance. You’ll need a Flinks customer ID (and optionally a private API instance URL) to perform this initialization:
>>> from pyflinks import Client
>>> client = Client('<CUSTOMER_ID>', 'https://sandbox.flinks.io/v3/')
Then you can easily interact with the implemented entities and the underlying API endpoints. Here are some examples:
>>> client.banking_services.authorize(login_id='<LOGIN_ID>', most_recent_cached=True)
>>> client.banking_services.get_accounts_summary('<REQUEST_ID>')
License
MIT. See LICENSE for more details.
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
Built Distribution
File details
Details for the file pyflinks-0.1.2.tar.gz
.
File metadata
- Download URL: pyflinks-0.1.2.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97180c57c9d2d5daf863ea0c402df61ac29b8f974185a76d11f2f0de358dd156 |
|
MD5 | 6c39c7ac43ead037297d5a69aec82dbd |
|
BLAKE2b-256 | 63e0a75b672a6dd5e78732f00da7b48c990fe34e1f2c598146a1c4354b33c151 |
File details
Details for the file pyflinks-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pyflinks-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2089fc46d52e39b7a246999e537da0bff6ba459e5b45c88a295e4db04c873615 |
|
MD5 | 86a0dca1b8c4553f59607dee6af3c234 |
|
BLAKE2b-256 | cdfd072f73b7f9aacf73c6b8cc6886b206dbee304777e63545dcb16fd6120111 |