Merge branch 'main' into plus

This commit is contained in:
Luis Pater
2026-01-24 05:02:32 +08:00
committed by GitHub
103 changed files with 22351 additions and 342 deletions
+2 -1
View File
@@ -190,10 +190,11 @@ type BaseAPIHandler struct {
// Returns:
// - *BaseAPIHandler: A new API handlers instance
func NewBaseAPIHandlers(cfg *config.SDKConfig, authManager *coreauth.Manager) *BaseAPIHandler {
return &BaseAPIHandler{
h := &BaseAPIHandler{
Cfg: cfg,
AuthManager: authManager,
}
return h
}
// UpdateClients updates the handlers' client list and configuration.