集成 Google 网站管理员工具 api
我正在研究一个项目,我想在其中集成 Google 网站管理员工具 Api。我之前已经在此主题中问过这个问题,但没有得到回复然而。
我已经在互联网上搜索了一些好的文档,我已经在此处找到了这些文档 但文档不提供 API 的下载。我有 Google Data SDK,但它不提供网站站长工具 API。 SDK 已在此处下载,并且声明网站站长工具 API 应该
可用有人告诉我这个 API 是否仍然可用以及在哪里?哪里可以找到更好/更多的相关文档?
I'm researching a project in which I want to integrate the Google Webmaster Tools Api. I already asked this question before in this topic, but i didn't get a response yet.
I've already searched the internet for some good documentation which i already found here but the documentation doesn't supply a download to the API. I have the Google Data SDK but this doesn't supply an Webmaster Tools API. The SDK was downloaded here and it states that the Webmaster Tools API should be available
Can anyone tell me if this API is still available and where? And where to find better / more documentation about it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在您自己的生产中使用 gdata api,您需要构建 SDK 安装在您的计算机上的解决方案,如下所示:
http://code.google.com/apis/gdata/articles/dotnet_client_lib.html
在发布文件夹中,您会发现三个 dll,一个用于扩展,一个用于客户端,一个专用于网站站长工具。
据我所知,还没有关于使用网站管理员工具 API 的详细文档示例。
To use the gdata api for your own production u need to build the solution which the SDK installes on your machine as shown here:
http://code.google.com/apis/gdata/articles/dotnet_client_lib.html
In the release folder you will find three dll's, one for the extensions, on for the client and one specific for the webmaster tool.
As far as i know there is not a well documented example of the use of the webmaster tools api.