Skip to content

Commit a750a8b

Browse files
committed
Renamed api_client.py to api_deployments_client.py
1 parent aa3e7e2 commit a750a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unstract/api_deployments/api_client.py renamed to src/unstract/api_deployments/api_deployments_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
This module provides an API client to invoke APIs deployed on the Unstract platform.
33
44
Classes:
5-
APIClient: A class to invoke APIs deployed on the Unstract platform.
6-
APIClientException: A class to handle exceptions raised by the APIClient class.
5+
APIDeploymentsClient: A class to invoke APIs deployed on the Unstract platform.
6+
APIDeploymentsClientException: A class to handle exceptions raised by the APIDeploymentsClient class.
77
"""
88
import logging
99
import os

0 commit comments

Comments
 (0)