Documentation
¶
Overview ¶
Package voids provides a client for the third-party Voids quote API. It is independent from the local renderer in the root makeitaquote package.
Index ¶
Constants ¶
View Source
const ( DefaultBaseURL = "https://api.voids.top" HostedEndpoint = "/fakequote" DirectEndpoint = "/fakequotebeta" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Direct ¶
Direct renders through /fakequotebeta and returns the image bytes in one request.
func (*Client) HostedBytes ¶
HostedBytes creates a hosted image and then downloads it in a second request.
Click to show internal directories.
Click to hide internal directories.