Documentation ¶
Index ¶
Constants ¶
View Source
const (
// URL is the base URL of the Buffer.com API
URL = "https://api.bufferapp.com/1"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is the Buffer.com API client
func (*Client) GetPendingUpdates ¶
type Profile ¶
type Profile struct { ID string Service string FormattedUsername string `json:"formatted_username"` }
Profile represents a Buffer.com profile
Click to show internal directories.
Click to hide internal directories.