public Set<String> getSuggestedTags(String url) { Suggestion suggestion = delicious.getSuggestion(url); Set<String> tags = suggestion.getSetOfPopularAndRecommendedTags(); return tags; }
public List<Post> getAllPosts() { return delicious.getAllPosts(); }