尝试使用Google JavaScript Client library查询Search Console API,我不确定要使用哪个发现文档网址
{
apiKey: '...',
scope: 'profile email https://www.googleapis.com/auth/webmasters.readonly',
discoveryDocs: [
'???',
]
client_id: '...',
}
有人知道吗?
答案 0 :(得分:1)
Google Discovery Services API是一个API,其中包含所有Google Discovery API的列表。每个API都有一个条目。 Response
您可能正在寻找以下内容:
“discoveryDocs”:“https://www.googleapis.com/discovery/v1/apis/customsearch/v1/rest”,
Js客户端库与它直接从您尝试访问的api的发现文档中读取的其他库有点不同,而不是预先构建的。这就是为什么你需要有问题的链接。
答案 1 :(得分:0)
查看DalmTo的有用链接后 (https://www.googleapis.com/discovery/v1/apis),我找到了我正在寻找的发现API:
https://www.googleapis.com/discovery/v1/apis/webmasters/v3/rest