Skip to content

Commit 3154bab

Browse files
authored
Update README.md
1 parent deda47d commit 3154bab

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# Client for E-Boekhouden API
1+
# Client for E-Boekhouden API
22

3-
**Introduction:**
4-
> This package provides a Python client for interacting with the E-Boekhouden API. It simplifies authentication, data fetching, and handling of financial records (cost centers, invoices, ledgers, and mutations) while maintaining clear and organized code. Designed for rapid integration and ease of maintenance, it leverages modern logging and error-handling mechanisms.
3+
## Introduction
54

6-
## Example for retrieving Mutations
5+
This package provides a Python client for interacting with the E-Boekhouden API. It simplifies authentication, data retrieval, and handling of financial records such as cost centers, invoices, ledgers, and mutations while maintaining clear and organized code. Designed for rapid integration and ease of maintenance, it leverages modern logging and error-handling mechanisms.
6+
7+
Most of the functions focus on retrieving data from the E-Boekhouden API rather than modifying data. For more details about the API, refer to the official [E-Boekhouden API documentation](https://www.e-boekhouden.nl/handleiding/api).
8+
9+
### Version Support
10+
This client currently supports **only v1** of the E-Boekhouden API. There are no plans to support future versions at this time.
11+
12+
### Contributions
13+
This project is actively maintained for internal purposes, and each update will be pushed to the public repository. Contributions are welcome! If you’d like to improve the package, feel free to submit a pull request or open an issue.
14+
15+
## Example | Retrieving Mutations
716

817
```python
918
"""Example script to process the API."""

0 commit comments

Comments
 (0)