Python API #419
Closed
hwelch-fle
started this conversation in
Show and tell
Python API
#419
Replies: 2 comments 1 reply
-
Wow, great work! We'll definitely add a link to your repository to the documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey, thanks for your work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've thrown together a really rough python API for managing a Planka instance.
plankapy
It's not the cleanest implementation, but in my Planka use case I needed something that let me quickly build out and parse deck states for tracking purposes.
Will continue to update the repo with documentation over the coming weeks.
For now you can test it out by running the
test_planka()
function in theplankapy.py
file. The controllers.py file is currently depreciated. The tests should build out a Project, Board, List, Cards, Tasks, Labels, Card Labels, Backgrounds, and update everything to show all the routes that have been implementedBeta Was this translation helpful? Give feedback.
All reactions