This will require changes to the Client constructor: Clients are
immutable in Guzzle 6, which means that you cannot change the defaults
used by a client after it's created. The client constructor will need to
be passed the base_uri option.
Relates to #4.