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 0af8896 commit db334edCopy full SHA for db334ed
labstack/client.py
@@ -4,7 +4,8 @@
4
from .store import _Store
5
6
class _Interceptor(requests.auth.AuthBase):
7
- def __init__(self, api_key):
+ def __init__(self, account_id, api_key):
8
+ self.account_id = account_id
9
self.api_key = api_key
10
11
def __call__(self, r):
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
name='labstack',
- version='0.5.5',
+ version='0.6.0',
description='Official Python client library for the LabStack platform',
long_description='`<https://github.com/labstack/labstack-python>`_',
keywords='labstack cube email log mqtt store',
0 commit comments