[GH-ISSUE #309] Feature: Cache proxmox version in Client #70

Closed
opened 2026-02-28 00:40:27 +03:00 by kerem · 0 comments
Owner

Originally created by @Tinyblargon on GitHub (Feb 1, 2024).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/309

Originally assigned to: @Tinyblargon on GitHub.

The Client class should have a property called version for caching the pve version. This way, we can support multiple versions of Proxmox.

Example:

type pveVersion struct {
   Major uint8
   Minor uint8
   Patch uint8
}
Originally created by @Tinyblargon on GitHub (Feb 1, 2024). Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/309 Originally assigned to: @Tinyblargon on GitHub. The `Client` class should have a property called `version` for caching the pve version. This way, we can support multiple versions of Proxmox. Example: ```go type pveVersion struct { Major uint8 Minor uint8 Patch uint8 } ```
kerem 2026-02-28 00:40:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#70
No description provided.