MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / GetBaseURL

Method GetBaseURL

pkg/api/client.go:136–138  ·  view source on GitHub ↗

GetBaseURL returns the base URL of the Proxmox API.

()

Source from the content-addressed store, hash-verified

134
135// GetBaseURL returns the base URL of the Proxmox API.
136func (c *Client) GetBaseURL() string {
137 return c.baseURL
138}
139
140// GetAuthToken returns the authentication token for API requests.
141func (c *Client) GetAuthToken() string {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected