Google CSE REST API :v1 是否已弃用,是否有 v2?
Google CSE REST API : is v1 deprecated, is there a v2?
作为 google CSE API 的许多用户,我最近收到一封来自 "Google Custom Search" 的电子邮件,询问我 "Please migrate to the Custom Search Element API 2.0"。我检查了 the documentation, but they only describe how to integrate a google search input in a website. I am currently using the REST endpoint of google cse from a Node.js program, so I cannot use this. The documentation concerning the REST endpoint 仍然引用 V1,所以我有点迷茫。我想知道这个端点是否也被弃用并且很快就会停止工作,以及 API 的 v2 是否(或将)通过 REST 端点可用。
这个问题已经在official Google forums上发过了,好像很多人都在担心这个,但是现在google还没有答案,所以我在这里试试!
谢谢
感谢Josh Sloat on the Google CSE forum,我终于找到了满意的答案。这是他从 Google 支持人员那里得到的答案:"Upon looking on a related issue and feedback from one of the Google Enterprise Search Support Team. If you are using JSON API to retrieve results and not using custom search element API 1.0/2.0 code snippets then you won't be impacted with the communication sent regarding the migration of custom search element API 1.0 to 2.0."。
所以看起来 REST API 不受此更新的影响!
在此补充一点,我们今天与 Google 进行了一次技术支持聊天,并确认了这一点:JSON/REST v1 API 目前不会消失。我很高兴能弄清楚这个问题(目前...)
作为 google CSE API 的许多用户,我最近收到一封来自 "Google Custom Search" 的电子邮件,询问我 "Please migrate to the Custom Search Element API 2.0"。我检查了 the documentation, but they only describe how to integrate a google search input in a website. I am currently using the REST endpoint of google cse from a Node.js program, so I cannot use this. The documentation concerning the REST endpoint 仍然引用 V1,所以我有点迷茫。我想知道这个端点是否也被弃用并且很快就会停止工作,以及 API 的 v2 是否(或将)通过 REST 端点可用。
这个问题已经在official Google forums上发过了,好像很多人都在担心这个,但是现在google还没有答案,所以我在这里试试!
谢谢
感谢Josh Sloat on the Google CSE forum,我终于找到了满意的答案。这是他从 Google 支持人员那里得到的答案:"Upon looking on a related issue and feedback from one of the Google Enterprise Search Support Team. If you are using JSON API to retrieve results and not using custom search element API 1.0/2.0 code snippets then you won't be impacted with the communication sent regarding the migration of custom search element API 1.0 to 2.0."。 所以看起来 REST API 不受此更新的影响!
在此补充一点,我们今天与 Google 进行了一次技术支持聊天,并确认了这一点:JSON/REST v1 API 目前不会消失。我很高兴能弄清楚这个问题(目前...)