Sha256: f387998afd2ba53474d01615fbdfb3c4af9e6b09e03a155e574d294a7b6f3f13
Contents?: true
Size: 436 Bytes
Versions: 5
Compression:
Stored size: 436 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::API::Shot.for(1) # puts shot.inspect # puts # puts "Everyone's shots" # puts Dribble::API::Shot.everyones.inspect # puts # puts "Debut shots" # puts Dribble::API::Shot.debuts.inspect puts puts "Popular shots" popular = Dribble::API::Shot.popular puts popular.inspect
Version data entries
5 entries across 5 versions & 1 rubygems