Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

OrgX Python client

Dependency-free client for OrgX REST API v1.

fromorgx_clientimportOrgXClientorgx=OrgXClient(api_key="oxk_...")
created=orgx.create_work(
"Review the launch plan",
idempotency_key="launch-plan-review-001",
)
orgx.complete_work(
created["taskId"],
created["task"]["updated_at"],
created["aggregateVersion"],
evidence={"reviewed_sections": 12, "broken_links": 0},
idempotency_key="launch-plan-review-complete-001",
)

API reference: https://docs.useorgx.com/docs/api/overview

About

Official Python client for the OrgX REST API v1 (pip install orgx)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages