Use versioned API client for server summary
This commit is contained in:
@@ -17,6 +17,7 @@ protocol ServerAPIProtocol {
|
||||
func fetchLoad() async throws -> LoadType
|
||||
func fetchMemory() async throws -> MemoryType
|
||||
func fetchUtilization() async throws -> UtilizationType
|
||||
func fetchServerSummary(apiKey: String) async throws -> ServerInfo
|
||||
}
|
||||
|
||||
struct SystemInfo: Codable {
|
||||
|
||||
Reference in New Issue
Block a user