api documentation for vimeo (v1.2.1)

A node.js library for the new Vimeo api

table of contents

  1. module vimeo
    1. function vimeo.Vimeo (client_id, client_secret, access_token)
    2. function vimeo.filestreamer (file_path, upload_endpoint, progress_callback)
    3. object vimeo.Vimeo.prototype
    4. object vimeo.filestreamer.prototype
    5. object vimeo.vimeo_module
  2. module vimeo.Vimeo
    1. function vimeo.Vimeo (client_id, client_secret, access_token)
  3. module vimeo.Vimeo.prototype
    1. function vimeo.Vimeo.prototype._applyDefaultRequestOptions (options)
    2. function vimeo.Vimeo.prototype._applyQuerystringParams (request_options, options)
    3. function vimeo.Vimeo.prototype._buildRequestOptions (options)
    4. function vimeo.Vimeo.prototype._handleRequest (callback)
    5. function vimeo.Vimeo.prototype.accessToken (code, redirect_uri, fn)
    6. function vimeo.Vimeo.prototype.buildAuthorizationEndpoint (redirect_uri, scope, state)
    7. function vimeo.Vimeo.prototype.generateClientCredentials (scope, fn)
    8. function vimeo.Vimeo.prototype.request (options, callback)
    9. function vimeo.Vimeo.prototype.streamingUpload (path, video_uri, callback, progress_callback)
    10. object vimeo.Vimeo.prototype._client_id
    11. object vimeo.Vimeo.prototype._client_secret
    12. object vimeo.Vimeo.prototype.access_token
  4. module vimeo.filestreamer
    1. function vimeo.filestreamer (file_path, upload_endpoint, progress_callback)
  5. module vimeo.filestreamer.prototype
    1. boolean vimeo.filestreamer.prototype.sequential
    2. function vimeo.filestreamer.prototype._closeFile ()
    3. function vimeo.filestreamer.prototype._error (error)
    4. function vimeo.filestreamer.prototype._getNewStart (next)
    5. function vimeo.filestreamer.prototype._putFile (start, callback)
    6. function vimeo.filestreamer.prototype._ready ()
    7. function vimeo.filestreamer.prototype._streamChunk (start)
    8. function vimeo.filestreamer.prototype._upload_endpoint_request (options, callback)
    9. function vimeo.filestreamer.prototype._user_ready ()
    10. function vimeo.filestreamer.prototype.error (fn)
    11. function vimeo.filestreamer.prototype.ready (fn)
    12. function vimeo.filestreamer.prototype.upload ()
    13. number vimeo.filestreamer.prototype._file_size
    14. number vimeo.filestreamer.prototype.percentage
    15. object vimeo.filestreamer.prototype._endpoint
    16. object vimeo.filestreamer.prototype._fd
    17. object vimeo.filestreamer.prototype._path
    18. object vimeo.filestreamer.prototype.progress_callback
  6. module vimeo.vimeo_module
    1. function vimeo.vimeo_module.Vimeo (client_id, client_secret, access_token)
    2. object vimeo.vimeo_module.auth_endpoints
    3. object vimeo.vimeo_module.request_defaults

module vimeo

function vimeo.Vimeo (client_id, client_secret, access_token)

function vimeo.filestreamer (file_path, upload_endpoint, progress_callback)

module vimeo.Vimeo

function vimeo.Vimeo (client_id, client_secret, access_token)

module vimeo.Vimeo.prototype

function vimeo.Vimeo.prototype._applyDefaultRequestOptions (options)

function vimeo.Vimeo.prototype._applyQuerystringParams (request_options, options)

function vimeo.Vimeo.prototype._buildRequestOptions (options)

function vimeo.Vimeo.prototype._handleRequest (callback)

function vimeo.Vimeo.prototype.accessToken (code, redirect_uri, fn)

function vimeo.Vimeo.prototype.buildAuthorizationEndpoint (redirect_uri, scope, state)

function vimeo.Vimeo.prototype.generateClientCredentials (scope, fn)

function vimeo.Vimeo.prototype.request (options, callback)

function vimeo.Vimeo.prototype.streamingUpload (path, video_uri, callback, progress_callback)

module vimeo.filestreamer

function vimeo.filestreamer (file_path, upload_endpoint, progress_callback)

module vimeo.filestreamer.prototype

function vimeo.filestreamer.prototype._closeFile ()

function vimeo.filestreamer.prototype._error (error)

function vimeo.filestreamer.prototype._getNewStart (next)

function vimeo.filestreamer.prototype._putFile (start, callback)

function vimeo.filestreamer.prototype._ready ()

function vimeo.filestreamer.prototype._streamChunk (start)

function vimeo.filestreamer.prototype._upload_endpoint_request (options, callback)

function vimeo.filestreamer.prototype._user_ready ()

function vimeo.filestreamer.prototype.error (fn)

function vimeo.filestreamer.prototype.ready (fn)

function vimeo.filestreamer.prototype.upload ()

module vimeo.vimeo_module

function vimeo.vimeo_module.Vimeo (client_id, client_secret, access_token)

[ this document was created with utility2 ]