No description
Kumi
fbf9b49248
Some checks failed
website / build (push) Failing after 20s
This update modifies the pdoc workflow by adding git to the list of installed dependencies and incorporating a step to perform a `git pull`. The inclusion of git ensures that the latest version of the codebase is always used for generating documentation, enhancing the accuracy and relevance of the output. The change acknowledges the critical role of version control in continuous integration environments and aims to reduce discrepancies between the documentation and the codebase. By ensuring the documentation is always in sync with the latest code, this adjustment helps to prevent confusion and fosters better understanding and usage of the software by end users and contributors alike. |
||
---|---|---|
.forgejo/workflows | ||
.vscode | ||
src/plankapy | ||
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
README.md |
plankapy
A python 3 based API for controlling a self-hosted Planka instance
This is a fork of the original plankapy project by hwelch-fle that primarily focuses on making the project a pip installable package.
Rest API Source
Routes
https://github.com/plankanban/planka/blob/master/server/config/routes.js
Models
https://github.com/plankanban/planka/tree/master/server/api/models
Helpers
https://github.com/plankanban/planka/tree/master/server/api/helpers