Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Connection http.Client
ClientId string
ClientSecret string
TokenUrl string
FileUrl string
Scopes []string
}
func NewQSecureClient ¶
type UploadRequest ¶
type UploadResponse ¶
type UploadResponse struct {
Data UploadResponseEnvelope `json:"data"`
}
type UploadResponseEnvelope ¶
type UploadResponseEnvelope struct {
UploadUrl string `json:"upload_url"`
}
Click to show internal directories.
Click to hide internal directories.