Skip to content

Conversation

heiytor
Copy link
Contributor

@heiytor heiytor commented Aug 18, 2025

  • 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

@heiytor heiytor self-assigned this Aug 18, 2025
@heiytor heiytor requested a review from a team as a code owner August 18, 2025 10:54
- 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
@heiytor heiytor force-pushed the refactor/api/apikey-resolve branch from f7dcc07 to 41e3033 Compare August 18, 2025 10:55
@gustavosbarreto gustavosbarreto merged commit 6fb6783 into master Aug 18, 2025
8 checks passed
@gustavosbarreto gustavosbarreto deleted the refactor/api/apikey-resolve branch August 18, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants