At the moment the `Client` is a struct. Perhaps we could move that to an interface, allowing easy mocking of the requests for testing?
At the moment the
Clientis a struct.Perhaps we could move that to an interface, allowing easy mocking of the requests for testing?