BaseURL returns the current base URL
()
| 244 | |
| 245 | // BaseURL returns the current base URL |
| 246 | func (c *Client) BaseURL() string { |
| 247 | return c.baseURL |
| 248 | } |
| 249 | |
| 250 | // SetBaseURL sets a new base URL (useful for testing) |
| 251 | func (c *Client) SetBaseURL(url string) { |
no outgoing calls
no test coverage detected