A Python module for communicating with the Flinks.io API.
Project description
Flinks-python is a Python module for communicating with the Flinks.io API.
Main requirements
Installation
To install Flinks, please use pip (or pipenv) as follows:
$ pip install --pre flinks
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 flinks 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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flinks-0.1.0a2.tar.gz.
File metadata
- Download URL: flinks-0.1.0a2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a93076f62245d85f7872556266c67c8cbc2c86d591acb1dfc44c6c602efeefd
|
|
| MD5 |
9dc7218e15f10d8cab8608a9c7733495
|
|
| BLAKE2b-256 |
ad4df655ae6e1cb65df5c50cb9eb78b69e9ded1a1c7303b7460233367d66f318
|
File details
Details for the file flinks-0.1.0a2-py2.py3-none-any.whl.
File metadata
- Download URL: flinks-0.1.0a2-py2.py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96cffff6754de0c90b5536c47d95e9192312c16332c3aa20844f7505fecbccab
|
|
| MD5 |
d23ded80eda63984f318dd77b82c2f13
|
|
| BLAKE2b-256 |
dce54cc4441b09802e39bfad46cc7e169f5bc4e60f97311a2470966f9c0e935f
|