plankapy/README.md

16 lines
400 B
Markdown
Raw Normal View History

2023-03-24 01:25:36 +00:00
# plankapy
A python 3 based API for controlling a self-hosted Planka instance
2023-05-01 18:46:26 +00:00
2023-05-01 19:50:44 +00:00
[Docs](https://hwelch-fle.github.io/plankapy/plankapy.html)
2023-05-24 20:03:19 +00:00
# Rest API Source
2023-05-24 20:04:09 +00:00
## Routes
2023-05-24 20:03:19 +00:00
https://github.com/plankanban/planka/blob/master/server/config/routes.js
2023-05-24 20:04:09 +00:00
## Models
https://github.com/plankanban/planka/tree/master/server/api/models
2023-05-24 20:05:02 +00:00
## Helpers
https://github.com/plankanban/planka/tree/master/server/api/helpers