Google 结帐报告 API - 如何在 C# 中使用它?
今天我偶然发现了 Google Checkout Reporting API(请参阅下面的链接)。虽然我通读了整页,但我不太明白如何实现这个(例如使用 C#)。遗憾的是我也找不到任何示例或教程。 有人成功使用过这个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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
还没尝试过,但看起来很有希望
http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_NET.html
Haven't tried it, but it looks promising
http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_NET.html
查看 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