我如何知道我使用的API的版本? [英] How do i know the version of the API that I am using?

查看:105
本文介绍了我如何知道我使用的API的版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何知道我正在使用的API的版本?

解决方案

您好。


你使用哪种编程语言?如果您使用的是版本9,您的代码将会引用以下某个内容:http://msdn.microsoft.com/en-US/library/bing-ads-overview-web-service-addresses(v = msads.90)的.aspx。在您的代码
中搜索"Service.svc"等字符串并查看网址中是否包含任何版本信息。 


另一种选择是在运行Fiddler等工具时使用该应用程序来捕获网络流量。然后,您可以检查以查看您正在呼叫的服务端点。 


我希望这会有所帮助,


Eric


How do i know the version of the API that I am using?

解决方案

Hello.

Which programming language are you using? Your code would have some references to one of the following if you are using version 9: http://msdn.microsoft.com/en-US/library/bing-ads-overview-web-service-addresses(v=msads.90).aspx. Search within your code for strings such as "Service.svc" and see if any version information is included in the URL. 

Another option is to use the application while running a tool such as Fiddler which captures web traffic. You can then inspect to see which service endpoint(s) you are calling. 

I hope this helps,

Eric


这篇关于我如何知道我使用的API的版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆