Versions in this module Expand all Collapse all v1 v1.2.0 Nov 24, 2018 Changes in this version type GotifyREST + Application *application.Client + Client *client.Client v1.1.8 Nov 19, 2018 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + type GotifyREST struct + Message *message.Client + Token *token.Client + Transport runtime.ClientTransport + User *user.Client + Version *version.Client + func New(transport runtime.ClientTransport, formats strfmt.Registry) *GotifyREST + func NewHTTPClient(formats strfmt.Registry) *GotifyREST + func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *GotifyREST + func (c *GotifyREST) SetTransport(transport runtime.ClientTransport) + type TransportConfig struct + BasePath string + Host string + Schemes []string + func DefaultTransportConfig() *TransportConfig + func (cfg *TransportConfig) WithBasePath(basePath string) *TransportConfig + func (cfg *TransportConfig) WithHost(host string) *TransportConfig + func (cfg *TransportConfig) WithSchemes(schemes []string) *TransportConfig Other modules containing this package github.com/gotify/go-api-client/v2