Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicsProvider ¶
type BasicsProvider interface { ApiGet(uri string) ([]byte, error) GetListForUrl(endpoint string) (*ListResponse, error) QueryListForUrl(endpoint string, query map[string]string) (*ListResponse, error) }
func NewBasicsProvider ¶
func NewBasicsProvider(client HttpClient, baseUrl string) BasicsProvider