如何通过Vimeo API获取固定的视频?

时间:2018-06-27 11:56:25

标签: vimeo-api

我正在使用Vimeo API通过https://api.vimeo.com/me/videos获取自己个人资料中的所有视频的列表。作为回报,我得到的是视频列表,这些视频的顺序与配置文件中的顺序不同,因为有些视频是固定的,即它们首先出现。 有没有办法只获取固定的视频?还是先订购?

我已经尝试了两种方法:

https://api.vimeo.com/me/videos?filter=featured&access_token=<token_id> https://api.vimeo.com/users/<user_id>/videos/?filter=featured&access_token=<token_id>

1 个答案:

答案 0 :(得分:0)

Segmentation fault (core dumped) npm ERR! code ELIFECYCLE npm ERR! errno 139 npm ERR! uriextractor@0.0.1 debugHost: `node --inspect-brk --use_strict extractor.js` npm ERR! Exit status 139 npm ERR! npm ERR! Failed at the uriextractor@0.0.1 debugHost script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/user/.npm/_logs/2018-06-27T12_15_04_809Z-debug.log GET https://api.vimeo.com/users/{user_id}/videos参数设置为filter应该是您想要的。

您可以查看有关该请求here的更多信息。