# Functions
Exec creates an API Client and uses its GetGoogle method, then prints the result.
NewAPIClient constructor initializes the client with our custom Transport.
# Structs
APIClient is our custom client.
APITransport does a SetBasicAuth for every request.