Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
ApiConnector The ApiConnector holds all the data necessary to authenticate against the soundcloud-api. |
|||
Comment A comment domain object/resource. |
|||
Event A event domain object/resource. |
|||
Group A group domain object/resource |
|||
InvalidMethodException | |||
NoResultFromRequest | |||
Playlist A playlist/set domain object/resource |
|||
RESTBase The baseclass for all our domain-objects/resources. |
|||
SCRedirectHandler A urllib2-Handler to deal with the redirects the RESTful API of SC uses. |
|||
Scope The basic means to query and create resources. |
|||
Track A track domain object/resource. |
|||
UnknownContentType | |||
User A user domain object/resource. |
|
|||
|
|
|||
ACCESS_TOKEN_URL =
The url Soundcould offers to make users authorize a concrete request token. |
|||
AUTHORIZATION_URL =
|
|||
PROXY =
The url Soundcould offers to obtain request-tokens |
|||
REQUEST_TOKEN_URL =
The url Soundcould offers to exchange access-tokens for request-tokens. |
|||
USE_PROXY = False Something like http://127.0.0.1:10000/ |
|||
logger = logging.getLogger("scapi")
|
|
ACCESS_TOKEN_URLThe url Soundcould offers to make users authorize a concrete request token.
|
AUTHORIZATION_URL
|
REQUEST_TOKEN_URLThe url Soundcould offers to exchange access-tokens for request-tokens.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Sep 10 00:58:49 2009 | http://epydoc.sourceforge.net |