【发布时间】:2016-09-20 14:50:21
【问题描述】:
根据 Soundcloud 文档 (https://developers.soundcloud.com/docs/api/guide#search,
“某些资源类型,例如声音,可以通过字段过滤,例如 许可证、持续时间或 tag_list。”
是否有一些列表可以像这样过滤哪些属性?例如,假设我想查找名称为“billy”且拥有 100 到 1000 个关注者的艺术家。我希望我能做到(使用 Ruby 客户端)
client.get('/users', q:'billy', followers_count: {from:1000, to:10000})
但是结果中没有遵守这些 follower_count 限制。为什么不?
【问题讨论】:
标签: ruby soundcloud