MythTV master
|
Go to the source code of this file.
Namespaces | |
namespace | nv_python_libs |
namespace | nv_python_libs.vimeo |
namespace | nv_python_libs.vimeo.oauth |
namespace | nv_python_libs.vimeo.oauth.oauth_api |
Functions | |
def | nv_python_libs.vimeo.oauth.oauth_api.build_authenticate_header (realm='') |
def | nv_python_libs.vimeo.oauth.oauth_api.escape (s) |
def | nv_python_libs.vimeo.oauth.oauth_api._utf8_str (s) |
def | nv_python_libs.vimeo.oauth.oauth_api.generate_timestamp () |
def | nv_python_libs.vimeo.oauth.oauth_api.generate_nonce (length=8) |
def | nv_python_libs.vimeo.oauth.oauth_api.generate_verifier (length=8) |
Variables | |
string | nv_python_libs.vimeo.oauth.oauth_api.VERSION = '1.0' |
string | nv_python_libs.vimeo.oauth.oauth_api.HTTP_METHOD = 'GET' |
string | nv_python_libs.vimeo.oauth.oauth_api.SIGNATURE_METHOD = 'PLAINTEXT' |