Skip to content

Python-based Client Library for accessing the Little Green Light Donor Management API

License

Notifications You must be signed in to change notification settings

mjfork/lgl-client

Repository files navigation

LGL Client

A modular, type-safe Python client for the Little Green Light (LGL) REST API.

Installation

pip install lgl-client

Quick Start

from lgl_client import new_client

# Initialize client with your API key
client = new_client("your-api-key")

# List categories
categories = client.categories.list()

# Get a specific constituent
constituent = client.constituents.get(123)

Documentation

See the dev/lgl_client/ directory for detailed API documentation.

Security

Please read SECURITY.md for important security guidelines.

About

Python-based Client Library for accessing the Little Green Light Donor Management API

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages