Versions in this module Expand all Collapse all v2 v2.0.4 Apr 6, 2019 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + type GotifyREST struct + Application *application.Client + Client *client.Client + Message *message.Client + Plugin *plugin.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