VimeoAPI
Categories
Component ID
2272653
Component name
VimeoAPI
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
324
Component created
Component changed
Component body
Vimeo API is a drupal oauth2 integration with vimeo through the official vimeo.php library.
vimeo.php
Vimeo.php is a library for interacting with the latest version of the Vimeo API.
Installation
To install vimeo.php, you can download the latest version from https://github.com/vimeo/vimeo.php.
To utilize the library in your code, you should include vimeo.php on your libraries/vimeo folder.
Composer integration
This module needs vimeoapi library, which is autoloaded using composer.json file included in the module. This composer file can be installed and processed installing composer_manager (https://www.drupal.org/project/composer_manager).
Other ways to process composer.json to autoload needed classes file are no tested.
