使用过滤器搜索Soundcloud API

时间:2016-09-20 06:30:21

标签: ruby soundcloud

根据Soundcloud文档(https://developers.soundcloud.com/docs/api/guide#search

  

"某些资源类型(如声音)可以按字段过滤   license,duration或tag_list。"

是否存在可以像这样过滤哪些属性的列表?例如,假设我想找到名字为' billy'有100到1000个粉丝。我希望我能做(使用Ruby客户端)

client.get('/users', q:'billy', followers_count: {from:1000, to:10000})

但是结果中没有遵守那些followers_count限制。为什么不?

1 个答案:

答案 0 :(得分:2)

您链接的页面

有关搜索字段和过滤器的完整列表,请参阅您要搜索的资源类型的API参考。