MythTV  master
Classes | Namespaces | Functions | Variables
vimeo_api.py File Reference

Go to the source code of this file.

Classes

class  nv_python_libs.vimeo.vimeo_api.VimeoException
 
class  nv_python_libs.vimeo.vimeo_api.CurlyRestException
 
class  nv_python_libs.vimeo.vimeo_api.CurlyRequest
 
class  nv_python_libs.vimeo.vimeo_api.SimpleOAuthClient
 
class  nv_python_libs.vimeo.vimeo_api.OutStreamEncoder
 MythTV Netvideo specific classes start here. More...
 
class  nv_python_libs.vimeo.vimeo_api.Videos
 

Namespaces

 nv_python_libs.vimeo.vimeo_api
 

Functions

def nv_python_libs.vimeo.vimeo_api._simple_request (url, format)
 
def nv_python_libs.vimeo.vimeo_api._user_request (user, info, format)
 User related call from the "Simple API". More...
 
def nv_python_libs.vimeo.vimeo_api.user_info (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_videos (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_likes (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_appears_in (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_all_videos (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_subscriptions (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_albums (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_channels (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_groups (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_contacts_videos (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.user_contacts_like (user, format="xml")
 
def nv_python_libs.vimeo.vimeo_api.video_request (video, format)
 get a specific video More...
 

Variables

string nv_python_libs.vimeo.vimeo_api.__title__ = "vimeo_api - Simple-to-use Python interface to the vimeo API (http://vimeo.com)"
 
string nv_python_libs.vimeo.vimeo_api.__author__ = "Marc Poulhiès and modified by R.D. Vaughan"
 
string nv_python_libs.vimeo.vimeo_api.__purpose__
 
string nv_python_libs.vimeo.vimeo_api.__version__ = "v0.2.5"
 
string nv_python_libs.vimeo.vimeo_api.REQUEST_TOKEN_URL = 'http://vimeo.com/oauth/request_token'
 
string nv_python_libs.vimeo.vimeo_api.ACCESS_TOKEN_URL = 'http://vimeo.com/oauth/access_token'
 
string nv_python_libs.vimeo.vimeo_api.AUTHORIZATION_URL = 'http://vimeo.com/oauth/authorize'
 
string nv_python_libs.vimeo.vimeo_api.API_REST_URL = 'http://vimeo.com/api/rest/v2/'
 
string nv_python_libs.vimeo.vimeo_api.API_V2_CALL_URL = 'http://vimeo.com/api/v2/'
 
string nv_python_libs.vimeo.vimeo_api.USER_AGENT = 'python-vimeo http://github.com/dkm/python-vimeo'
 
int nv_python_libs.vimeo.vimeo_api.PORT = 80
 
 nv_python_libs.vimeo.vimeo_api.HMAC_SHA1 = oauth.OAuthSignatureMethod_HMAC_SHA1()
 
 nv_python_libs.vimeo.vimeo_api.stdout
 
 nv_python_libs.vimeo.vimeo_api.stderr