Initial SDK: generate from swagger.json, full 117-endpoint coverage #1
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/woodpecker-sdk#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plan
plan-2026-02-28-woodpecker-sdk-mcp— Phase 1Repo
woodpecker-sdk— the repo where the code change happensUser Story
As an agent session
I need a Python SDK for the Woodpecker CI API
So that I can interact with CI/CD without wasting tokens on raw HTTP calls
Acceptance Criteria
When I
pip install -e .and instantiateWoodpeckerClientThen I can call any of the 117 Woodpecker API endpoints via typed Python methods
When I run
pytest tests/against a live Woodpecker instanceThen all tag groups have passing integration tests
Additional Information
Swagger spec: 117 endpoints across 22 tags.
Auth: Bearer token (PAT) via
WOODPECKER_TOKENenv var.Pattern: Replicate forgejo-sdk exactly.
Checklist
Related
claude-config— projectplan-2026-02-28-woodpecker-sdk-mcp— parent plan