Documentation ¶
Index ¶
Constants ¶
View Source
const (
VERSION = "1.0.2"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { // Author API client Author *api.Author // Authentication API client Account *api.Account // Individual book API client Book *api.Book // Book listing API client Books *api.Books // Builds API client Builds *api.Builds // Internal client Client *client.Client }
func NewAPI ¶
func NewAPI(opts APIOptions) *API
func NewAPIFromClient ¶
func (*API) Fork ¶
func (a *API) Fork(opts APIOptions) *API
type APIOptions ¶
type APIOptions client.ClientOptions
Click to show internal directories.
Click to hide internal directories.