def get_fetch_plugin_versions_request(base_url, plugin_key, params={}):
if not plugin_key:
return
plugin_key = quote(str(plugin_key), '')
endpoint = ('/rest/2/addons/{plugin_key}/versions'
.format(plugin_key=plugin_key))
return grequests.get(base_url + endpoint, params=params)
atlassian_plugin_updates.py 文件源码
python
阅读 27
收藏 0
点赞 0
评论 0
评论列表
文章目录