FeedlyClient

Undocumented in source.
struct FeedlyClient {}

Constructors

this
this(string clientID, string clientSecret)
Undocumented in source.

Members

Functions

addTag
string addTag(string[] tags, string[] entryIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
addTopic
string addTopic(string topicID, string topicInterest)
Undocumented in source. Be warned that the author may not have intended to support it.
authenticateUser
string authenticateUser(string responseType, string redirectURI, string state)
Undocumented in source. Be warned that the author may not have intended to support it.
changeTagLabel
string changeTagLabel(string tag, string oldLabel, string newLabel)
Undocumented in source. Be warned that the author may not have intended to support it.
createEntry
string createEntry(string title, string content, bool contentLeftToRight, string summary, bool summaryLeftToRight, string[] enclosure, string[2][] alternate, DateTime crawled, DateTime published, DateTime updated)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteCategory
string deleteCategory(string category)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteTags
string deleteTags(string[] tags)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteTopic
string deleteTopic(string topicID)
Undocumented in source. Be warned that the author may not have intended to support it.
epochTime
auto epochTime(DateTime dt)
Undocumented in source. Be warned that the author may not have intended to support it.
getAccessToken
string getAccessToken(string redirectURI, string code, string state)
Undocumented in source. Be warned that the author may not have intended to support it.
getCategories
string getCategories()
Undocumented in source. Be warned that the author may not have intended to support it.
getCodeURI
string getCodeURI(string callbackURI)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntries
string getEntries(string[] entryIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntry
string getEntry(string entryID)
Undocumented in source. Be warned that the author may not have intended to support it.
getEvernoteBookList
string getEvernoteBookList()
Undocumented in source. Be warned that the author may not have intended to support it.
getFeedContent
string getFeedContent(string streamID, int count, string ranked, bool unreadOnly, DateTime newerThan, int continuation)
Undocumented in source. Be warned that the author may not have intended to support it.
getFeedIDs
string getFeedIDs(string streamID, int count, string ranked, bool unreadOnly, DateTime newerThan, int continuation)
Undocumented in source. Be warned that the author may not have intended to support it.
getFeedMetadata
string getFeedMetadata(string feedID)
Undocumented in source. Be warned that the author may not have intended to support it.
getFeedMetadata
string getFeedMetadata(string[] feedIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
getFeedUnreadCounts
string getFeedUnreadCounts(bool autorefresh, DateTime newerThan, string streamID)
Undocumented in source. Be warned that the author may not have intended to support it.
getFeedUnreadCounts
string getFeedUnreadCounts(bool autorefresh, string streamID)
Undocumented in source. Be warned that the author may not have intended to support it.
getLatestRead
string getLatestRead(DateTime newerThan)
Undocumented in source. Be warned that the author may not have intended to support it.
getLatestTaggedEntries
string getLatestTaggedEntries(DateTime newerThan)
Undocumented in source. Be warned that the author may not have intended to support it.
getMixes
string getMixes(string streamID, int count, bool unreadOnly, int hours, DateTime newerThan, bool backFill, string locale)
Undocumented in source. Be warned that the author may not have intended to support it.
getOPML
string getOPML()
Undocumented in source. Be warned that the author may not have intended to support it.
getPreferences
string getPreferences()
Undocumented in source. Be warned that the author may not have intended to support it.
getProfile
string getProfile()
Undocumented in source. Be warned that the author may not have intended to support it.
getShortenedURL
string getShortenedURL(string entryID)
Undocumented in source. Be warned that the author may not have intended to support it.
getTags
string getTags()
Undocumented in source. Be warned that the author may not have intended to support it.
getTopics
string getTopics()
Undocumented in source. Be warned that the author may not have intended to support it.
getUserSubscriptions
string getUserSubscriptions()
Undocumented in source. Be warned that the author may not have intended to support it.
linkDropbox
string linkDropbox(string redirectURI, string state)
Undocumented in source. Be warned that the author may not have intended to support it.
linkEvernote
string linkEvernote(string redirectURI, string state)
Undocumented in source. Be warned that the author may not have intended to support it.
markArticlesAsRead
string markArticlesAsRead(string[] entryIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
markArticlesAsSaved
string markArticlesAsSaved(string[] entryIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
markArticlesAsUnread
string markArticlesAsUnread(string[] entryIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
markArticlesAsUnsaved
string markArticlesAsUnsaved(string[] entryIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
markCategoriesAsRead
string markCategoriesAsRead(string[] categoryIDs, string lastReadEntryID)
Undocumented in source. Be warned that the author may not have intended to support it.
markCategoriesAsRead
string markCategoriesAsRead(string[] categoryIDs, DateTime asOf)
Undocumented in source. Be warned that the author may not have intended to support it.
markFeedAsRead
string markFeedAsRead(string feedID, string lastReadEntryID)
Undocumented in source. Be warned that the author may not have intended to support it.
postOPML
string postOPML(string opml)
Undocumented in source. Be warned that the author may not have intended to support it.
refreshAccessToken
string refreshAccessToken(string refreshToken)
Undocumented in source. Be warned that the author may not have intended to support it.
revokeAccessToken
string revokeAccessToken(string revokeToken)
Undocumented in source. Be warned that the author may not have intended to support it.
saveArticleDropbox
string saveArticleDropbox(string entryID)
Undocumented in source. Be warned that the author may not have intended to support it.
saveArticleEvernote
string saveArticleEvernote(string notebookName, string[] tags, string entryID, string notebookType, string notebookGUID, string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
saveForLater
string saveForLater(string[] entryIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
searchFeeds
string searchFeeds(string query, int count, string locale)
Undocumented in source. Be warned that the author may not have intended to support it.
searchStreamContent
string searchStreamContent(string streamID, string query)
Undocumented in source. Be warned that the author may not have intended to support it.
setClientID
void setClientID(string clientID)
Undocumented in source. Be warned that the author may not have intended to support it.
setClientSecret
void setClientSecret(string clientSecret)
Undocumented in source. Be warned that the author may not have intended to support it.
setClientToken
void setClientToken(string clientToken)
Undocumented in source. Be warned that the author may not have intended to support it.
setSandbox
void setSandbox(bool sandbox)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribeFeed
string subscribeFeed(string ID, string title, string[2][] categories)
Undocumented in source. Be warned that the author may not have intended to support it.
twitterLink
string twitterLink(string redirectURI, string state)
Undocumented in source. Be warned that the author may not have intended to support it.
twitterSuggest1
string twitterSuggest1()
Undocumented in source. Be warned that the author may not have intended to support it.
twitterSuggest2
string twitterSuggest2(string[] twitterHandles)
Undocumented in source. Be warned that the author may not have intended to support it.
twitterUnlink
string twitterUnlink()
Undocumented in source. Be warned that the author may not have intended to support it.
unTagEntries
string unTagEntries(string[] tags, string[] entryIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
undoMarkCategoriesAsRead
string undoMarkCategoriesAsRead(string[] categoryIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
undoMarkFeedsAsRead
string undoMarkFeedsAsRead(string[] feedIDs)
Undocumented in source. Be warned that the author may not have intended to support it.
unlinkDropbox
string unlinkDropbox()
Undocumented in source. Be warned that the author may not have intended to support it.
unlinkEvernote
string unlinkEvernote()
Undocumented in source. Be warned that the author may not have intended to support it.
unsubscribeFeed
string unsubscribeFeed(string ID)
Undocumented in source. Be warned that the author may not have intended to support it.
updateCategoryLabel
string updateCategoryLabel(string category, string newlabel)
Undocumented in source. Be warned that the author may not have intended to support it.
updatePreferences
string updatePreferences(string[string] preferences)
Undocumented in source. Be warned that the author may not have intended to support it.
updateProfile
string updateProfile(string email, string givenName, string familyName, string picture, bool gender, string locale, string twitter, string facebook)
Undocumented in source. Be warned that the author may not have intended to support it.
updateSubscription
string updateSubscription(string ID, string title, string[2][] categories)
Undocumented in source. Be warned that the author may not have intended to support it.
updateTopic
string updateTopic(string topicID, string topicInterest)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

baseURLCloud
enum baseURLCloud;
Undocumented in source.
baseURLSandbox
enum baseURLSandbox;
Undocumented in source.

Variables

baseURL
string baseURL;
Undocumented in source.
clientID
string clientID;
Undocumented in source.
clientSecret
string clientSecret;
Undocumented in source.
clientToken
string clientToken;
Undocumented in source.
sandbox
bool sandbox;
Undocumented in source.
urlAuth
string urlAuth;
Undocumented in source.
urlCategories
string urlCategories;
Undocumented in source.
urlDropbox
string urlDropbox;
Undocumented in source.
urlEntries
string urlEntries;
Undocumented in source.
urlEvernote
string urlEvernote;
Undocumented in source.
urlFeeds
string urlFeeds;
Undocumented in source.
urlMarkers
string urlMarkers;
Undocumented in source.
urlMixes
string urlMixes;
Undocumented in source.
urlOPML
string urlOPML;
Undocumented in source.
urlPreferences
string urlPreferences;
Undocumented in source.
urlProfile
string urlProfile;
Undocumented in source.
urlSaveForLater
string urlSaveForLater;
Undocumented in source.
urlSearchFeeds
string urlSearchFeeds;
Undocumented in source.
urlSearchStream
string urlSearchStream;
Undocumented in source.
urlShorten
string urlShorten;
Undocumented in source.
urlStreams
string urlStreams;
Undocumented in source.
urlSubscriptions
string urlSubscriptions;
Undocumented in source.
urlTags
string urlTags;
Undocumented in source.
urlToken
string urlToken;
Undocumented in source.
urlTopics
string urlTopics;
Undocumented in source.
urlTwitterAuth
string urlTwitterAuth;
Undocumented in source.
urlTwitterSuggest1
string urlTwitterSuggest1;
Undocumented in source.
urlTwitterSuggest2
string urlTwitterSuggest2;
Undocumented in source.

Meta