ticketfly-api

~/code/ticketfly/ticketfly-api$ irb 1.9.3p0 :001 > require 'ticketfly-api'

=> true

1.9.3p0 :002 > t = TicketflyApi::Base.new

=> #<TicketflyApi::Base:0x007f96d90afba0 @errors=[]>

1.9.3p0 :003 > t.event_show(91275)

=> #<TicketflyApi::Event [:id => 91275, :name => Papercuts, Sonny and the Sunsets]>

1.9.3p0 :004 > event = t.event_show(91275)

=> #<TicketflyApi::Event [:id => 91275, :name => Papercuts, Sonny and the Sunsets]>

1.9.3p0 :005 > event.name

=> "Papercuts, Sonny and the Sunsets"

Contributing to ticketfly-api

Copyright © 2012 Leo Romanovsky. See LICENSE.txt for further details.