📜  curl 到 python 代码示例

📅  最后修改于: 2022-03-11 14:46:47.597000             🧑  作者: Mango

代码示例6
import requests

headers = {
    'PRIVATE-TOKEN': '',
}

response = requests.get('https://gitlab.example.com/api/v4/projects/:id/access_requests', headers=headers)