如何引用特定版本的 Adobe Connect API 版本?
How to refer to a specific version of Adobe Connect API Version?
我找到了 Adobe Connect Web 服务的以下文档 API 8
http://help.adobe.com/en_US/connect/8.0/webservices/connect_8_webservices.pdf
以下link,列出API9的变化
https://helpx.adobe.com/adobe-connect/webservices/whats-new-connect-9-web.html
下面是API的示例用法
$host/api/xml?action=principal-list&session=apac1breezra3ssd5h2mgth2mod5h2p22th2mgo
在上面的 API 调用中,我们指的不是 API 的任何特定版本。那么如何引用特定版本的 API(例如 9.5),以便我的应用程序不会在 Web 服务或 API 升级时突然停止工作。
感谢任何帮助。
API 文档中提到的版本是使用 API 的 Adobe Connect Server 版本。因此没有选择 select 一个 API 版本。
所以要决定你需要使用哪个API版本,你应该知道你是哪个服务器版本运行。
您可以使用以下命令获取您的服务器版本。
$host/version.txt
这是上面URL的示例输出(包值是需要检查的版本):
package=9.2.1.116.20140226.1245860
installer=9.2.1.109.20140225.1248099
fmg=9.2.1.0.95.20140225.1235801
fms=9.2.1.0.95.20140225.1235801
presenter=9.1.1.3.20130627.1194934
cps=9.2.1.95.20140225.1248427
mssql=9.2.1.0.95.20140225.12358013
teleintercall=9.2.1.2.20131219.1235801
telearkadin=9.2.1.2.20131219.1235801
telepremierena=9.2.1.1.20131219.1235801
telepremiereemea=9.2.1.1.20131219.1235801
cpshelp=9.2.1.6.20140207.1244451
addins=9.2.1.0.105.20140226.1235801
dbscripts=9.2.1.5.20140212.1239652
teleavaya=9.2.1.2.20131219.1235801
telecisco=9.2.1.2.20131219.1235801
telemeetingone=9.2.1.2.20131219.1235801
telephonyservice=9.2.1.2.20140111.1238365
CQ-Events-App=9.2.1.6.20140225.1238847
CQServer=cq-quickstart-5.5.0-20120220.jar
tomcat=7.0.40.0
tomcat64=7.0.40.0
source_fmg=2.0.1.19_8x8
source_fms=4_0_3_4065
我找到了 Adobe Connect Web 服务的以下文档 API 8
http://help.adobe.com/en_US/connect/8.0/webservices/connect_8_webservices.pdf
以下link,列出API9的变化
https://helpx.adobe.com/adobe-connect/webservices/whats-new-connect-9-web.html
下面是API的示例用法
$host/api/xml?action=principal-list&session=apac1breezra3ssd5h2mgth2mod5h2p22th2mgo
在上面的 API 调用中,我们指的不是 API 的任何特定版本。那么如何引用特定版本的 API(例如 9.5),以便我的应用程序不会在 Web 服务或 API 升级时突然停止工作。
感谢任何帮助。
API 文档中提到的版本是使用 API 的 Adobe Connect Server 版本。因此没有选择 select 一个 API 版本。
所以要决定你需要使用哪个API版本,你应该知道你是哪个服务器版本运行。
您可以使用以下命令获取您的服务器版本。
$host/version.txt
这是上面URL的示例输出(包值是需要检查的版本):
package=9.2.1.116.20140226.1245860
installer=9.2.1.109.20140225.1248099
fmg=9.2.1.0.95.20140225.1235801
fms=9.2.1.0.95.20140225.1235801
presenter=9.1.1.3.20130627.1194934
cps=9.2.1.95.20140225.1248427
mssql=9.2.1.0.95.20140225.12358013
teleintercall=9.2.1.2.20131219.1235801
telearkadin=9.2.1.2.20131219.1235801
telepremierena=9.2.1.1.20131219.1235801
telepremiereemea=9.2.1.1.20131219.1235801
cpshelp=9.2.1.6.20140207.1244451
addins=9.2.1.0.105.20140226.1235801
dbscripts=9.2.1.5.20140212.1239652
teleavaya=9.2.1.2.20131219.1235801
telecisco=9.2.1.2.20131219.1235801
telemeetingone=9.2.1.2.20131219.1235801
telephonyservice=9.2.1.2.20140111.1238365
CQ-Events-App=9.2.1.6.20140225.1238847
CQServer=cq-quickstart-5.5.0-20120220.jar
tomcat=7.0.40.0
tomcat64=7.0.40.0
source_fmg=2.0.1.19_8x8
source_fms=4_0_3_4065