Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.19 KB

File metadata and controls

34 lines (20 loc) · 1.19 KB

Zoho Billing Python Client

⚠️ This is not an official python client for Zoho Billing.

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

Installation

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.

Usage

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.

Updating the Client

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