我正在使用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>
答案 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的更多信息。