-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The AtClient interface should not contain static methods that depend on AtClientImpl
The AtClient interface put/get methods should be polymorphic, i.e. single method that expects an AtKey
Describe the solution you'd like
Move static methods into an AtClients class (a la google Java / guava convention)
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request