Skip to content

Commit

Permalink
Adding example on README.txt to retrieve favorited videos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckozus committed Sep 6, 2008
1 parent e474a2d commit 14eaac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.txt
Expand Up @@ -37,6 +37,7 @@ Basic queries:
client.videos_by(:categories => [:news, :sports])
client.videos_by(:categories => [:news, :sports], :tags => ['soccer', 'football'])
client.videos_by(:user => 'liz')
client.videos_by(:favorites, :user => 'liz')

Standard feeds:

Expand Down

0 comments on commit 14eaac1

Please sign in to comment.