Skip to main content

A Python module for communicating with the Flinks.io API.

Project description

License https://img.shields.io/pypi/pyversions/flinks.svg Latest Version https://travis-ci.org/impak-finance/flinks-python.svg?branch=master https://codecov.io/gh/impak-finance/flinks-python/branch/master/graph/badge.svg

Flinks-python is a Python module for communicating with the Flinks.io API.

Main requirements

Python 3.4+, Requests 2.0+.

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>')

Authors

impak Finance <tech@impakfinance.com>.

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

flinks-0.1.0a2.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

flinks-0.1.0a2-py2.py3-none-any.whl (8.4 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