Google 结帐报告 API - 如何在 C# 中使用它?

发布于 2024-12-13 14:11:57 字数 303 浏览 4 评论 0原文

今天我偶然发现了 Google Checkout Reporting API(请参阅下面的链接)。虽然我通读了整页,但我不太明白如何实现这个(例如使用 C#)。遗憾的是我也找不到任何示例或教程。 有人成功使用过这个API吗?有人可以给我一些入门帮助吗?

谢谢!

Google 结帐报告 API

Today I stumbled upon the Google Checkout Reporting API (see link below). Although I read through the whole page I didn't quite understand how to implement this one (e.g. using C#). Sadly I couldn't find any examples or tutorials either.
Has anyone successfully used this API? Can anyone give me a little starting help?

Thanks!

Google checkout reporting API

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深巷少女 2024-12-20 14:11:57

查看 Google Checkout .NET 库和示例代码。

它具有代码示例,您可以重复使用它来实现报告 API 的 .NET 框架(例如 HTTP 请求、XML 解析、HTTP 基本身份验证等):

http://code.google.com/apis/checkout/samplecode.html

Have a look at the Google Checkout .NET library and sample code.

It has code samples you can re-use to implement a .NET framework for the Reporting API (e.g. HTTP requests, XML parsing, HTTP Basic Authentication, etc):

http://code.google.com/apis/checkout/samplecode.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文