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