Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用一些属性搜索工件,然后下载最新版本。我get /api/search/prop?[p1=v1,v2]用来搜索工件,但这会返回与我的属性匹配的所有工件,我只想找到最新的工件。我正在使用 python 请求模块进行 get 调用。
get /api/search/prop?[p1=v1,v2]