Package scapi
[hide private]
[frames] | no frames]

Package scapi

source code

Submodules [hide private]

Classes [hide private]
  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.
Functions [hide private]
 
register_classes() source code
Variables [hide private]
  ACCESS_TOKEN_URL = 'http://api.soundcloud.com/oauth/ac...
The url Soundcould offers to make users authorize a concrete request token.
  AUTHORIZATION_URL = 'http://api.soundcloud.com/oauth/a...
  PROXY = ''
The url Soundcould offers to obtain request-tokens
  REQUEST_TOKEN_URL = 'http://api.soundcloud.com/oauth/r...
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")
Variables Details [hide private]

ACCESS_TOKEN_URL

The url Soundcould offers to make users authorize a concrete request token.

Value:
'http://api.soundcloud.com/oauth/access_token'

AUTHORIZATION_URL

Value:
'http://api.soundcloud.com/oauth/authorize'

REQUEST_TOKEN_URL

The url Soundcould offers to exchange access-tokens for request-tokens.

Value:
'http://api.soundcloud.com/oauth/request_token'