Module: Bandsintown
- Defined in:
- lib/bandsintown.rb,
lib/bandsintown/base.rb,
lib/bandsintown/event.rb,
lib/bandsintown/venue.rb,
lib/bandsintown/artist.rb,
lib/bandsintown/connection.rb
Defined Under Namespace
Classes: APIError, Artist, Base, Connection, Event, Venue
Constant Summary collapse
- VERSION =
'0.2.0'
Class Attribute Summary collapse
-
.app_id ⇒ Object
All Bandsintown API requests require an app_id parameter for identification.
Class Attribute Details
.app_id ⇒ Object
All Bandsintown API requests require an app_id parameter for identification. See www.bandsintown.com/api/authentication for more information.
23 24 25 |
# File 'lib/bandsintown.rb', line 23 def app_id @app_id end |