fix: P0 — add User-Agent + retry to bash urllib, retry to service_spec_gen, empty-list guard

This commit is contained in:
“Naeel”
2026-06-30 18:11:52 +04:00
parent 1739120a98
commit 48ad16c241
4 changed files with 93 additions and 40 deletions
+5 -5
View File
@@ -25,11 +25,11 @@ func debugLog(format string, args ...interface{}) {
// UniversalClient handles Nubes API logic
type UniversalClient struct {
HttpClient *http.Client
ApiEndpoint string
ApiToken string
ProviderVersion string
LogLevel string
HttpClient *http.Client
ApiEndpoint string
ApiToken string
ProviderVersion string
LogLevel string
}
// Request models