Skip to content

Commit 215994d

Browse files
committed
chore: update platform URL x 2
1 parent ca38f81 commit 215994d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
integration-test-directory: tests/integration
4141
env:
42-
TEST_HOST: platform.exabyte.io
42+
TEST_HOST: platform.mat3ra.com
4343
TEST_PORT: 443
4444
TEST_ACCOUNT_ID: ${{ secrets.DEMO_ACCOUNT_ID }}
4545
TEST_AUTH_TOKEN: ${{ secrets.DEMO_AUTH_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![PyPI version](https://badge.fury.io/py/exabyte-api-client.svg)](https://badge.fury.io/py/exabyte-api-client)
22

3-
This package provides access to Exabyte.io [RESTful API](https://docs.exabyte.io/rest-api/overview/).
3+
This package provides access to Exabyte.io [RESTful API](https://docs.mat3ra.com/rest-api/overview/).
44

55
# Installation
66

exabyte_api_client/endpoints/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def list_files(self, id_):
172172
def insert_output_files(self, id_, data):
173173
"""
174174
Inserts job output files.
175-
Implements https://docs.exabyte.io/api/#!/Job/post_jobs_id_output_files
175+
Implements https://docs.mat3ra.com/api/#!/Job/post_jobs_id_output_files
176176
177177
Args:
178178
id_ (str): job ID.

exabyte_api_client/utils/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class Connection(BaseConnection):
125125
timeout (int): session timeout in seconds.
126126
127127
Attributes:
128-
preamble (str): common part of URL endpoints, e.g. https://platform.exabyte.io:4000/api/v1/.
128+
preamble (str): common part of URL endpoints, e.g. https://platform.mat3ra.com:4000/api/v1/.
129129
"""
130130

131131
def __init__(self, host, port, version, secure, **kwargs):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = exabyte-api-client
33
author = Exabyte Inc.
4-
author_email = info@exabyte.io
4+
author_email = info@mat3ra.com
55
description = Exabyte Python Client for RESTful API
66
long_description = file: README.md
77
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)