Work started on a v2.x.x refactor #36
hwelch-fle
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v2.0.0RefactorYou can monitor the progress on the v2.0.0_refactor branch. I'm working on redesigning the backed to be wholly derived from the
swagger.jsonprovided by planka.Self Writing
Currently all work is being done in a
v2submodule with the build script in_build.py. This script is meant to build the entireapimodule from scratch.Types as Code
This approach will make it much easier to keep up to date with changes and expose two levels of the system to the enduser. The api typeshed is being written in a way that it can be used directly as long as an
httpx.Clientobject is passed to thePlankaEndpointsclass. This offloads all handling tohttpxStructure
v2: A Submodule for all v2 related changesv2.api: An autogenerated typeshed that will be used later when building the v2 interfacesv2.api.paths: ThePlankaEndpointsobject can be initialized with your client of choice and used as isBeta Was this translation helpful? Give feedback.
All reactions