# Functions
NewClient returns a client that fetches scores from the scorecard API.
WithTimeout is a functional option that configures the timeout duration for HTTP requests.
# Constants
ClientName is the name of the client.
DefaultTimeout is the default timeout for HTTP requests.
DefaultURL is the default base url for the scorecard API.
# Type aliases
Option is a functional option that configures the scorecard API client.