Home | Trees | Indices | Help |
|
---|
|
object --+ | Api
The class representing the last.fm web services API.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Album |
|
||
lazylist of Album |
|
||
Artist |
|
||
lazylist of Artist |
|
||
Event |
|
||
Location |
|
||
Country |
|
||
Group |
|
||
Playlist |
|
||
Tag |
|
||
list of Tag
|
|
||
lazylist of Tag |
|
||
Tasteometer |
|
||
Track |
|
||
lazylist of Track |
|
||
User |
|
||
User |
|
||
Venue |
|
||
lazylist of Venue |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
str
|
api_key The last.fm API key |
||
str
|
secret The last.fm API secret |
||
str
|
session_key Session key for the authenticated session |
||
str
|
auth_token The authenication token for the authenticated session. |
||
str
|
auth_url The authenication URL for the authenticated session. |
||
Inherited from |
|
Create an Api object to access the last.fm webservice API. Use this object as a starting point for accessing all the webservice methods.
|
Set the session key for the authenticated session.
|
Override the default cache. Set to None to prevent caching. |
Override the default urllib implementation.
|
Override the default cache timeout.
|
Override the default user agent.
|
Get an album object.
See Also: Album.get_info |
Search for an album by name.
See Also: Album.search |
Get an artist object.
See Also: Artist.get_info |
Search for an artist by name.
See Also: Artist.search |
Get an event object.
See Also: Event.get_info |
Get a location object.
|
Get a country object.
|
Get a group object.
|
Get a playlist object.
See Also: Playlist.fetch |
Get a tag object.
|
Get the top global tags on Last.fm, sorted by popularity (number of times used).
|
Search for a tag by name.
See Also: Tag.search |
Get a Tasteometer score from two inputs, along with a list of shared artists. If the input is a User or a Myspace URL, some additional information is returned.
See Also: Tasteometer.compare |
Get a track object.
See Also: Track.get_info |
Search for a track by name.
See Also: Track.search |
Get an user object.
See Also: User.get_info |
Get the currently authenticated user.
See Also: User.get_authenticated_user |
Get a venue object.
See Also: search_venue |
Search for a venue by name.
See Also: Venue.search |
repr(x)
|
|
api_keyThe last.fm API key
|
secretThe last.fm API secret
|
session_keySession key for the authenticated session
|
auth_tokenThe authenication token for the authenticated session.
|
auth_urlThe authenication URL for the authenticated session.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 09 17:56:40 2009 | http://epydoc.sourceforge.net |