You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(api): replace APIKeyGet methods with unified APIKeyResolve
- Replace APIKeyGet and APIKeyGetByName with APIKeyResolve method
- Add APIKeyResolver enum with IDResolver and NameResolver options
- Update all service calls to use new resolver pattern
- Consolidate API key lookup logic into single method with resolver
strategy
- Fix syntax error in CreateAPIKey method
BREAKING CHANGE: removes APIKeyGet and APIKeyGetByName methods from
APIKeyStore interface
0 commit comments