buggood first issue
Repository metrics
- Stars
- (211 stars)
- PR merge metrics
- (PR metrics pending)
Description
Since the client.Get and client.List API do most of the same thing.
This ensures we don't accidentally expose something dangerous (e.g client.Cache().Purge()) to users.
We'd need to ensure that we could still easily write tests without direct cache access though.