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