Documentation ¶
Index ¶
- type Config
- type Request
- func (request Request) Delete(path string) Response
- func (request Request) Do(req *retryablehttp.Request) (response Response)
- func (request Request) Get(path string) Response
- func (request Request) InteractiveLogin()
- func (request Request) Login(username string, password string)
- func (request Request) Logout()
- func (request Request) Patch(path string, body io.Reader) Response
- func (request Request) Post(path string, body io.Reader) Response
- func (request Request) Put(path string, body io.Reader) Response
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { gotenable.Config Vendor string Product string Version string AccessKey string SecretKey string }
Client models
type Request ¶
func (Request) InteractiveLogin ¶
func (request Request) InteractiveLogin()
InteractiveLogin takes user input to generate a session token
Click to show internal directories.
Click to hide internal directories.