fix: add missing fields to Legacy UniversalClient + bump version to 5.0.56 + concurrency docs

This commit is contained in:
“Naeel”
2026-06-30 17:43:35 +04:00
parent 2bc0e0160a
commit 3239c7807a
5 changed files with 41 additions and 21 deletions
+5 -3
View File
@@ -25,9 +25,11 @@ func debugLog(format string, args ...interface{}) {
// UniversalClient handles Nubes API logic
type UniversalClient struct {
HttpClient *http.Client
ApiEndpoint string
ApiToken string
HttpClient *http.Client
ApiEndpoint string
ApiToken string
ProviderVersion string
LogLevel string
}
// Request models