mantik.utils.mantik_api.connection¶
Classes¶
Model for the Connection credentials delivered by Mantik API. |
Functions¶
|
Module Contents¶
- class mantik.utils.mantik_api.connection.Connection[source]¶
Model for the Connection credentials delivered by Mantik API.
- name¶
- Type:
the name of the Connection
- username¶
- Type:
the username of the Connection credentials
- classmethod from_json(data: Dict) Connection [source]¶
- mantik.utils.mantik_api.connection.get(user_id: uuid.UUID, connection_id: uuid.UUID, token: str) Connection [source]¶