Skip to content

Repository files navigation

Finicityapi

This SDK uses the Requests library and will work for Python 2 >=2.7.9 and Python 3 >=3.4.

How to configure:

The generated code might need to be configured with your API credentials. To do that, open the file "Configuration.py" and edit its contents.

How to resolve dependencies:

The generated code uses Python packages named requests, jsonpickle and dateutil. You can resolve these dependencies using pip ( https://pip.pypa.io/en/stable/ ).

  1. From terminal/cmd navigate to the root directory of the SDK.
  2. Invoke pip install -r requirements.txt

Note: You will need internet access for this step.

How to use:

After having resolved the dependencies, you can easily use the SDK following these steps.

  1. Create a "finicityapi_test.py" file in the root directory.
  2. Use any controller as follows:
from __future__ importprint_functionfromfinicityapi.finicityapi_clientimportFinicityapiClientapi_client=FinicityapiClient()
controller=api_client.deprecatedresponse=controller.generate_connect_url_all_types(<requiredparametersifany>)
print(response.link)
# Or you can print more informationprint(vars(response))

About

Finicity python SDK

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages