Cleaner API #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the bindings are pretty "raw", i.e. the data models are used directly instead of nice wrappers that prevent the need for map chains just to dig through to some property. The same goes for the endpoints, the client provides access to most of the routes, but in a pretty raw sharp way without i.e. builder patterns, which makes clippy mad because i.e. too many arguments per function.
This will be a breaking change.