Skip to content

The AtClient interface should be refactored #336

@akafredperry

Description

@akafredperry

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions