Skip to content

Conversation

@VsevolodX
Copy link
Member

No description provided.

pyproject.toml Outdated
@@ -1,10 +1,105 @@
[project]
name = "mat3ra-api-client"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be in mat3ra.api_client

host (str): Exabyte API hostname.
port (int): Exabyte API port number.
version (str): Exabyte API version. Defaults to 2018-10-1.
host (str): Mat3ra API hostname.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can just keep API hostname and similarly other

secure (bool): whether to use secure http protocol (https vs http). Defaults to True.

Attributes:
conn (httplib.ExabyteConnection): ExabyteConnection instance.
conn (httplib.Mat3raConnection): Mat3raConnection instance.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be just Connection

@@ -0,0 +1,215 @@
"""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@@ -0,0 +1,27 @@
"""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/py?

ENV_TEST_ACCOUNT_ID = "TEST_ACCOUNT_ID"
ENV_TEST_AUTH_TOKEN = "TEST_AUTH_TOKEN"
ENV_TEST_SECURE = "TEST_SECURE"
ENV_TEST_VERSION = "TEST_VERSION"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the above and use explicitly

@VsevolodX VsevolodX merged commit cdef34f into feature/SOF-7781 Dec 25, 2025
3 checks passed
@VsevolodX VsevolodX deleted the feature/SOF-7781-1 branch December 25, 2025 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants