-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Im using an unpinned threatstack version, but i tried to rebuild today and saw that user_id is now required.
I dont see any documentation around anything else thats changed, but :
>>> import os
>>> from threatstack import ThreatStack
>>> threatstack_api_key=os.getenv('api_key')
>>> threatstack_org_id=os.getenv('org_id')
>>> threatstack_user_id=os.getenv('user_id')
>>> threatstack_client = ThreatStack(api_key=threatstack_api_key, org_id=threatstack_org_id, user_id=threatstack_user_id)
>>> threatstack_client.servers.list(non_monitored=True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Client' object has no attribute 'servers'
Metadata
Metadata
Assignees
Labels
No labels