Skip to content

Commit b0d7b5d

Browse files
Now available via pypi
1 parent 40b7fd5 commit b0d7b5d

File tree

9 files changed

+7
-10028
lines changed

9 files changed

+7
-10028
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This API client is designed to interact with the Clio API, providing robust handling for HTTP request methods, query parameters, payload validation, and dynamic endpoint management.
44

5+
### Installation
6+
7+
```bash
8+
pip install clio-manage-api-client
9+
```
10+
511
## Key Features
612

713
1. **Dynamic Endpoint Management**:
@@ -186,22 +192,6 @@ Handles requests, including:
186192

187193
---
188194

189-
## Debugging
190-
191-
Detailed logs are provided to help debug requests:
192-
- URL being called.
193-
- Parameters and payloads.
194-
- Pagination information (`page_token`).
195-
196-
---
197-
198-
## Requirements
199-
200-
- Python 3.7+
201-
- `requests` library
202-
203-
---
204-
205195
## Known Issues
206196

207197
- On some endpoints, DELETE throws an HTTPEXCEPTION but the command completes successfully in Clio. This can be circumvented by using a try/except block inside the running loop

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = (project_root / "README.md").read_text()
1010

1111
setup(
12-
name="clio-manage-python-client",
12+
name="clio-manage-api-client",
1313
version="0.1.0",
1414
author="Unigrated Partners",
1515
author_email="dev@unigratedpartners.com",

src/clio_manage_python_client/models/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)