Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vimeo

vimeo200.5kApache-2.0deprecated2.3.1TypeScript support: definitely-typed

This package was migrated. For the latest features, run: npm i @vimeo/vimeo.

A Node.js library for the new Vimeo API.

vimeo

readme

npm License Travis

Interacting with the Vimeo API using Node.js

This is a simple server-side Node.js library for interacting with the Vimeo API.

Get started with the Vimeo API

If you’re new to Vimeo APIs, check out Getting Started: The Basics before diving into the content on this page.

Install the Node.js library

To install Node.js, run the following command:

 npm install vimeo

Advanced examples

To see examples of the most common use cases of the Node.js library, visit our Node.js Examples Library.

Support

To troubleshoot an issue, reach out to Vimeo Support.

changelog

Changelog

2.3.1 - 2023-01-20

Changed

2.3.0 - 2023-01-19

Added

  • Allows the body value included in the request options to be used as the request body, if the content type is not application/x-www-form-urlencoded nor application/json (#163)
  • Adds an example for text track upload (#163)

2.2.0 - 2022-07-21

Fixed

  • Fixes an issue where the error is not passed to one of the callbacks (#155)

2.1.1 - 2018-11-09

Added

2.1.0 - 2018-04-03

Changed

2.0.2 - 2018-04-02

Added

  • Changelog

Changed

  • Uploads no longer make a pre-emptive request to check the user's quota. This check is done automatically when making a POST to /me/videos. (#70)

2.0.1 - 2018-03-04

Fixed

  • Fixed assigning an empty object when no params are passed to upload or replace. (#66, @ArvinH)

2.0.0 - 2018-02-06

Changed

  • Library now uses the Standard code style. (#58)
  • Moving API requests over to use API v3.4. (#58)
  • Moving uploads over to using the new tus protocol. (#58, @peixian)
  • Updating examples to use JSON filters. (#54, @jehartzog)

1.2.1 - 2017-04-10

Fixed

1.2.0 - 2016-02-29

Added

Fixed

v1.1.0 - 2014-09-09

Added

  • Replace source file.

Removed

  • Some stray console.log cals.

v1.0.0 - 2014-07-28

Added

  • First release.