该信息最活跃的位置可能是发现 api,然后是指向该 api 的直接发现文件的链接
https://discovery.googleapis.com/discovery/v1/apis
这将为您提供以下信息
{
"kind": "discovery#directoryItem",
"id": "calendar:v3",
"name": "calendar",
"version": "v3",
"title": "Google Calendar API",
"description": "The Google Calendar API lets you manage your calendars and events.",
"discoveryRestUrl": "https://calendar-json.googleapis.com/$discovery/rest?version=v3",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "http://code.google.com/apis/calendar/v3/",
"preferred": true
},
然后,您可以仔细检查该 api 的 discoveryRestUrl。
https://calendar-json.googleapis.com/$discovery/rest?version=v3
其中包含我认为您可以在您的库中使用的流动条目
"name": "calendar",
"version": "v3"