mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[GH-ISSUE #296] Autogeneration #63
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#63
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?
Originally created by @FreekingDean on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/296
Hey there! Just wanted to bring up the idea of an autogenerated API client, I have used this repo as a base and done some playing around to generate the full API with structure. I run into some slight hiccups here & there (you can see from my last two commits) due to Proxmox's idea of a jsonschema not really being the best implementation of one, nor is the API. But it generally works pretty well.
Would be happy to find a way to contribute this back up to this repository, though it may be a somewhat breaking change as the API would change to better conform to Proxmox's API.
https://pkg.go.dev/github.com/FreekingDean/proxmox-api-go
https://github.com/FreekingDean/proxmox-api-go
@mleone87 commented on GitHub (Jan 20, 2024):
thanks @FreekingDean , looks promising!