plankapy/README.md
2023-05-24 16:05:02 -04:00

15 lines
400 B
Markdown

# plankapy
A python 3 based API for controlling a self-hosted Planka instance
[Docs](https://hwelch-fle.github.io/plankapy/plankapy.html)
# 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