deeporiginbio / deeporigin-client

Deep Origin CLI and Python client
https://client-docs.deeporigin.io/
MIT License
9 stars 0 forks source link

feat(client): client can now be configured without config files #39

Closed sg-s closed 5 months ago

sg-s commented 5 months ago

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:

from deeporigin.managed_data.client import DeepOriginClient
client = DeepOriginClient(api_url="foo", org_id="bar")
client.authenticate(token="token")