:py:mod:`nordea_analytics.shortcuts.open_banking` ================================================= .. py:module:: nordea_analytics.shortcuts.open_banking Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: nordea_analytics.shortcuts.open_banking.get_nordea_analytics_client nordea_analytics.shortcuts.open_banking.get_nordea_analytics_preprod_client Attributes ~~~~~~~~~~ .. autoapisummary:: nordea_analytics.shortcuts.open_banking.DEFAULT_URL .. py:data:: DEFAULT_URL :value: 'https://open.nordea.com/instrument-analytics/v1/' .. py:function:: get_nordea_analytics_client(client_id, client_secret, base_url = None, use_proxy = False) Shortcut function to create :class:`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. .. py:function:: get_nordea_analytics_preprod_client(base_url = None, use_proxy = False) Create and return test instance of NordeaAnalyticsService.