英文:
YouTube API list endpoint and sampling
问题
关于YouTube的/list API:https://developers.google.com/youtube/v3/docs/search/list
我们有“按关键字搜索”的操作。
这些搜索是否进行了某种形式的抽样,还是它们包含了与搜索匹配的所有项目的详尽来源?
另外,这个情况在每个可用的API版本之间是否有变化?
对于Twitter API,我们有类似的情况,在这种情况下明确说明了:https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets
因此,了解这些信息会很有帮助,因为我有一些客户经常询问这些问题,这样我们就能够正确地记录我们提供的功能。
谢谢。
英文:
regarding the /list API from Youtube: https://developers.google.com/youtube/v3/docs/search/list
We have search by keyword
operations.
Do these searches perform some sort of sampling or are they an exhaustive source of all items that match a search ?
Also, does this change between each available api version ?
We have a similar case for the Twitter API, in which case this is explicitly stated: https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets
So it would be good to know it because I have clients who often question these things so we can properly document the capabilities we offer.
Thank you.
答案1
得分: 0
在问题跟踪器上提问:https://issuetracker.google.com/issues/283208635,正如YouTube员工所要求。
英文:
Asking on issue tracker: https://issuetracker.google.com/issues/283208635 as the YouTube employee asked.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论