Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsciinemaAPI ¶
type AsciinemaAPI struct {
// contains filtered or unexported fields
}
func New ¶
func New(url, user, token, version string) *AsciinemaAPI
func (*AsciinemaAPI) AuthUrl ¶ added in v1.0.0
func (a *AsciinemaAPI) AuthUrl() string
func (*AsciinemaAPI) UploadAsciicast ¶ added in v1.0.0
func (a *AsciinemaAPI) UploadAsciicast(path string) (string, string, error)
type HTTPClient ¶
type HTTPClient struct{}
Click to show internal directories.
Click to hide internal directories.