diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 16:04:35 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 16:04:35 +0200 |
| commit | cec89d9e844dc39b84778e1b88e74e23f9ca2e6a (patch) | |
| tree | 16e36fdc1263dff71510256a43dc0d972bf35c88 /Protocols/QSBookmarkProvider.h | |
| parent | a5e25cc05e5e33e114331cc826211c89adbcfa6a (diff) | |
WIP generic Delicious API compatible
Diffstat (limited to 'Protocols/QSBookmarkProvider.h')
| -rw-r--r-- | Protocols/QSBookmarkProvider.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Protocols/QSBookmarkProvider.h b/Protocols/QSBookmarkProvider.h index 136ea2d..9131e3c 100644 --- a/Protocols/QSBookmarkProvider.h +++ b/Protocols/QSBookmarkProvider.h @@ -24,25 +24,10 @@ */ - (NSArray *)fetchBookmarksForSite:(SocialSite)site username:(NSString *)username password:(NSString *)password identifier:(NSString *)identifier host:(NSString *)host includeTags:(BOOL)includeTags; -/** - * Get the supported site for this provider - */ -- (SocialSite)supportedSite; - -/** - * Get display name for this provider - */ -- (NSString *)providerName; - @optional /** * Get bookmarks for a specific tag (used for child loading) */ - (NSArray *)fetchBookmarksForTag:(NSString *)tag site:(SocialSite)site username:(NSString *)username password:(NSString *)password host:(NSString *)host; -/** - * Get the tag URL type identifier for this provider - */ -- (NSString *)tagURLType; - @end |