Warning
This project is currently in alpha. Only a very limited number of endpoints are supported, and the API may change without notice.
A Python client for the Lexoffice API.
To install the package, use pip:
pip install lexoffice-client
Here is a basic example of how to use the lexoffice-client
:
from lexoffice_client.client import LexofficeClient
# Initialize the client
client = LexofficeClient(api_key="your_api_key")
# Example: Retrieve Contact
contacts = client.retrieve_contact("123e4567-e89b-12d3-a456-426614174000")
To contribute to this project, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/lexoffice-client.git
- Install dependencies:
pip install -r requirements.txt
- Run tests:
python -m unittest discover tests
- Make your changes and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or issues, please open an issue on the GitHub repository or contact the maintainer.