17 lines
711 B
JSON
17 lines
711 B
JSON
{
|
|
"name": "openproject",
|
|
"version": "1.0.0",
|
|
"description": "Interact with a self-hosted OpenProject instance over its API v3. A stdlib-only Python client (no pip installs) for projects, work packages, time entries, comments, users, types, statuses, and priorities — with name->id resolution, HAL+JSON parsing, pagination, optimistic-locking-safe updates, and delete guards. Ships a comprehensive skill plus /op-ping, /op-projects, /op-work, /op-show, /op-create, /op-update, /op-comment, /op-time commands.",
|
|
"author": {
|
|
"name": "Jason Stedwell"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"keywords": [
|
|
"openproject",
|
|
"project-management",
|
|
"work-packages",
|
|
"rest-api",
|
|
"tickets"
|
|
]
|
|
}
|