Versions in this module Expand all Collapse all v2 v2.5.0 Oct 11, 2024 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + type GotifyRESTAPI struct + Application application.ClientService + Client clientops.ClientService + Health health.ClientService + Message message.ClientService + Plugin plugin.ClientService + Transport runtime.ClientTransport + User user.ClientService + Version version.ClientService + func New(transport runtime.ClientTransport, formats strfmt.Registry) *GotifyRESTAPI + func NewHTTPClient(formats strfmt.Registry) *GotifyRESTAPI + func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *GotifyRESTAPI + func (c *GotifyRESTAPI) 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