Sha256: e16113cb9525ca44384e15dcaccc49ef3147e063eb283c72ebd6a98c8615aab6

Contents?: true

Size: 693 Bytes

Versions: 4

Compression:

Stored size: 693 Bytes

Contents

dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
require File.join(dir, 'dribble')

# puts "Find a specific shot by ID"
# shot =  Dribble::Shot.for(1)
# puts shot.inspect
#  
# puts
# puts "Everyone's shots"
# puts Dribble::Shot.everyones.inspect
# 
# 
# puts
# puts "Debut shots"
# puts Dribble::Shot.debuts.inspect


# puts
# puts "Popular shots"
# popular = Dribble::Shot.popular
# puts popular.inspect
# puts
# popular_page_2 = popular.next_page
# puts popular_page_2.inspect


# puts
# puts "Dan's Following these shots"
# following = Dribble::Shot.following(1)
# puts following.inspect
# puts
# following_page_2 = following.next_page
# puts following_page_2.inspect

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dribble-0.1.1 examples/shot.rb
dribble-0.1.0 examples/shot.rb
dribble-0.0.31 examples/shot.rb
dribble-0.0.3 examples/shot.rb