Slide 9
Slide 9 text
Client has values that are commonly used each
API request
Client has some methods for building HTTP
request, invoking actual API, etc
In my (and some other library’s) design, it
constructs with the various services to access
different parts of the API
type Client struct {}