This repository contains an auto-generated Python client for the Zoho Billing API, built from OpenAPI specifications available at https://www.zoho.com/billing/api/v1/openapi-all.zip
You can install the latest version of the client directly from this repository using pip:
pip install git+https://github.com/letstream/zoho-billing-python-sdk.git@master#subdirectory=python-client
This package is yet not available in Pip package repository.
After installation, you can import and use the client in your Python code:
from python_client import ApiClient, Configuration
# ... use the client as per the generated docs ...
Refer to the generated documentation in the python-client/
directory for detailed usage instructions.
The client is automatically regenerated and updated whenever the OpenAPI specs in the specs/
directory are changed and pushed to the repository.
This repository is maintained by Letstream