我真的对Google Books API感到困惑,我坚信“orderBy”有漏洞,这是官方的API文档:
https://developers.google.com/books/docs/v1/using#st_params
这是使用orderBy过滤器的查询示例:
https://www.googleapis.com/books/v1/volumes?q=flowers&orderBy=newest
在文档中提到它应该基于发布日期从最新到最旧,而显然API返回错误的订单。
任何线索?