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
type Description ¶
type HttpClient ¶ added in v1.0.3
type ListResponse ¶
Click to show internal directories.
Click to hide internal directories.