New API Key versus LoginKey for API V1.x

大兔子大兔子 提交于 2019-12-11 08:33:54

问题


In Rally's documentation for the new API Keys (https://help.rallydev.com/rally-application-manager) it says that while previously you needed to use a LoginKey for displaying information in external systems (such a sConfluence) that now you can generate an API key for each application. - However it does not indicate how you should replace the LoginKey for applications with a new API Key.

For external API V1 aps using the loginkey, do you just change out the LoginKey token in the query string (loginkey =) with the new API Key, or is there some other process for using the API Key (such as a different query string parameter)?


回答1:


You do not have to replace LoginKey with API Key for API 1.x. The legacy apps written with AppSDK1 are expected to continue working with LoginKey for now.

API Key will be used to run new apps based on AppSDK2 externally, without users being prompted to login, and support for this functionality is expected with the next release of AppSDK2.



来源:https://stackoverflow.com/questions/23393949/new-api-key-versus-loginkey-for-api-v1-x

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!