truerss-cli ~master (2021-05-19T21:33:51Z)
Dub
Repo
BaseClient
clients
baseclient
Undocumented in source.
class
BaseClient {
protected
string
baseUrl
;
protected
string
api
;
this
(string baseUrl);
string
get
(string url);
}
Constructors
this
this
(string baseUrl)
Undocumented in source.
Members
Functions
get
string
get
(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
api
string
api
;
Undocumented in source.
baseUrl
string
baseUrl
;
Undocumented in source.
Meta
Source
See Implementation
clients
baseclient
classes
BaseClient