gitlab API使用

gitlab的API官网上很清楚,我封装了几个经常使用的python # -*- coding:utf-8 -*- import requests from common.utils import ServerError class GitLabAPI(object): def __init__(self, headers=None, *args, **kwargs):
相关文章
相关标签/搜索