Skip to content

Commit

Permalink
Updated:client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reiyonna committed Jun 3, 2024
1 parent 3998676 commit 0f9b46c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions predicteasy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@

load_dotenv()

# class PredictEasyClient:
# def __init__(self, api_key, account_services=account_services, timeseries_url=timeseries_url):
# self.api_key = api_key
# self.account_services = account_services
# self.timeseries_url = timeseries_url
# self.headers = {
# "Accept": "application/json",
# "Authorization": f"Bearer {self.api_key}"
# }
# self.datasource = DatasourceAPI(self.timeseries_url, self.headers)
# self.regression = RegressionAPI(self.timeseries_url, self.headers)
# self.classification = ClassificationAPI(self.timeseries_url, self.headers)
# self.clustering = ClusteringAPI(self.timeseries_url, self.headers)
# self.workflows = WorkflowsAPI(self.account_services, self.headers)

class PredictEasyClient:
def __init__(self, auth_key, auth_secret):
self.auth_key = auth_key
Expand Down

0 comments on commit 0f9b46c

Please sign in to comment.