Closed sg-s closed 5 months ago
We want to be able to use the client in contexts where:
to solve all these problems, it should be possible to do something like this:
from deeporigin.managed_data.client import DeepOriginClient client = DeepOriginClient(api_url="foo", org_id="bar") client.authenticate(token="token")
problem
We want to be able to use the client in contexts where:
solution
to solve all these problems, it should be possible to do something like this: