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