We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3e7e2 commit a750a8bCopy full SHA for a750a8b
src/unstract/api_deployments/api_client.py renamed to src/unstract/api_deployments/api_deployments_client.py
@@ -2,8 +2,8 @@
2
This module provides an API client to invoke APIs deployed on the Unstract platform.
3
4
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.
+ APIDeploymentsClient: A class to invoke APIs deployed on the Unstract platform.
+ APIDeploymentsClientException: A class to handle exceptions raised by the APIDeploymentsClient class.
7
"""
8
import logging
9
import os
0 commit comments