From cec89d9e844dc39b84778e1b88e74e23f9ca2e6a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 8 Sep 2025 16:04:35 +0200 Subject: WIP generic Delicious API compatible --- Protocols/QSBookmarkProvider.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'Protocols') 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 -- cgit