UserAgent returns the User-Agent header value for the client.
()
| 686 | |
| 687 | // UserAgent returns the User-Agent header value for the client. |
| 688 | func (c *Client) UserAgent() string { |
| 689 | return c.userAgent |
| 690 | } |
| 691 | |
| 692 | // BaseURL returns the base URL for API requests. |
| 693 | func (c *Client) BaseURL() string { |
no outgoing calls