Files
onspring-api-sdk-go/client_export_test.go
T

20 lines
280 B
Go
Raw Normal View History

package onspring
import "net/http"
func (c *Client) HTTPClient() *http.Client {
return c.httpClient
}
func (c *Client) BaseURL() string {
return c.baseURL
}
func (c *Client) APIKey() string {
return c.apiKey
}
func (c *Client) APIVersion() string {
return c.apiVersion
}