« January 2007 | Main | February 2008 »
May 21, 2007
Ruby API Updated to Version 2.2.0
The Eventful Ruby API library has been updated. Version 2.2.0 is spiffier than ever, and I'm starting to think I'm going to have to add darksunglasses.gem as a dependency for safety.
First, you can use Symbols or Strings for the parameter hashes.
event = eventful.call 'events/get',
:id => 'E0-001-003684357-3'
We cleaned up the paramter names ("server_port" renamed to :port, for example) and included a new example. But don't worry, version 2.2.0 is compatible with any code written against the eventfulapi library.
Pop open a terminal and run gem update eventfulapi, or if you're just starting out for the first time, gem install eventfulapi --remote. Check the library documentation and API documentation for more.
Join the developer mailing list and get in touch if you make something cool or have any problems or ideas. Now go and code!
Posted by paul at 02:35 PM | Comments (0)