Documentation ¶
Index ¶
- type HTTPClient
- func (client *HTTPClient) Delete(uri string) (*http.Response, error)
- func (client *HTTPClient) Get(uri string) (*http.Response, error)
- func (client *HTTPClient) Post(uri string, body string) (*http.Response, error)
- func (client *HTTPClient) PostBasicAuth(uri string, body string) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPClient ¶
type HTTPClient struct { LyraUrl string Token string Access model.UserAccessToken }
func (*HTTPClient) PostBasicAuth ¶
Click to show internal directories.
Click to hide internal directories.