We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17406cc commit ae74699Copy full SHA for ae74699
bunq/sdk/context.py
@@ -16,7 +16,7 @@ class ApiEnvironmentType(aenum.AutoNumberEnum):
16
:type uri_base: str
17
"""
18
19
- PRODUCTION = 'https://public.api.bunq.com/v1/'
+ PRODUCTION = 'https://api.bunq.com/v1/'
20
SANDBOX = 'https://sandbox.public.api.bunq.com/v1/'
21
22
def __init__(self, uri_base):
0 commit comments