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