nordea_analytics.shortcuts.open_banking
Module Contents
Functions
|
Shortcut function to create |
|
Create and return test instance of NordeaAnalyticsService. |
Attributes
- nordea_analytics.shortcuts.open_banking.DEFAULT_URL = 'https://open.nordea.com/instrument-analytics/v1/'
- nordea_analytics.shortcuts.open_banking.get_nordea_analytics_client(client_id, client_secret, base_url=None, use_proxy=False)
Shortcut function to create
NordeaAnalyticsService.- Remarks:
The Client ID and Client Secret are generated after the application is created on My apps page. The Client ID and Client Secret can be found when clicking the app icon after the app is created.
- Args:
- client_id:
client id is required.
- client_secret:
client secret is required.
- base_url:
(optional) base url of Nordea Analytics Service.
- use_proxy:
(optional) Search for appropriate proxy server if it set.
- Returns:
Service client which can be used to retrieve data.
- Parameters:
client_id (str)
client_secret (str)
base_url (Optional[str])
use_proxy (bool)
- Return type:
nordea_analytics.NordeaAnalyticsService
- nordea_analytics.shortcuts.open_banking.get_nordea_analytics_preprod_client(base_url=None, use_proxy=False)
Create and return test instance of NordeaAnalyticsService.
- Parameters:
base_url (Optional[str])
use_proxy (bool)
- Return type:
nordea_analytics.NordeaAnalyticsService