我正在写一个查询来检索文章的作者姓名?我应该在api链接中写些什么来获取它。我使用了通过电子邮件发送的那个,但它没有显示作者姓名https://content.guardianapis.com/search?api-key=*
发布于 2017-10-11 06:14:08
我再次阅读了文档,我发现我必须使用show-tags=contributor来获取作者,所以url链接将是
https://content.guardianapis.com/search?&show-tags=contributor&api-key=test
https://stackoverflow.com/questions/46670935
复制相似问题