Sha256: 91a34f88027c6aa89819c5beb77d6237f22197fcb6a76dab00e866dd41edb447

Contents?: true

Size: 1.26 KB

Versions: 2

Compression:

Stored size: 1.26 KB

Contents

= Dribble

This is the unofficial dribble api. 

There is a very thin wrapper for the Dribble API that is labeled as Dribble::API. This uses the bare minimum to get the desired data from Dribble and returns a symbolized hash. This implementation is focused on simplicity and speed. However, I have yet to really work on the speed aspect.

== Dribble::API

  Dribble::API::Player.profile('simplebits')
  Dribble::API::Shot.popular


Dribble::Player and Dribble::Shot is another layer on-top of the API to add that object look and feel. This is more for convenience and ease of use.

This is meant for convenience and ease of use. 


== Dribble::Player && Dribble::Shot

  Dribble::Player.find('simplebits')
  Dribble::Shot.popular

== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Copyright

The name "Dribble" belongs to http://www.dribble.com

Copyright (c) 2010 Robert R Evans. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dribble-0.0.25 README.rdoc
dribble-0.0.2 README.rdoc