gpt4 book ai didi

github-api - 我的 GitHub 设备的 REST API 端点是什么?

转载 作者:行者123 更新时间:2023-12-02 23:22:03 28 4
gpt4 key购买 nike

我想使用 Groovy、HttpBuilder 和 REST API 访问我们公司的 onsidte GitHub 设备。GitHub 开发者网站:https://developer.github.com/v3/ ,显示此 URL:https://api.github.com 。那么如果我公司的 GitHub URL 是:http://github.mycompany.com ,我的 REST API 端点 URL 是什么?例如如果我想列出所有用户,正确的 URL 是什么?

当我访问此 URL 时:https://github.mycompany.com/api/v3 ,它给了我一个错误:

github.mycompany.com 拒绝连接。ERR_CONNECTION_REFUSED

最佳答案

根据“API Enterprise 2.5”:

All API endpoints—except Management Console API endpoints—are prefixed with the following URL:

https://hostname/api/v3/

但是您需要进行身份验证:

Authentication

Your Enterprise installation's API endpoints accept the same authentication methods as the GitHub.com API. Specifically, you can authenticate yourself with OAuth tokens (which can be created using the Authorizations API) or basic authentication.

Every Enterprise API endpoint is only accessible to GitHub Enterprise site administrators, with the exception of the Management Console API, which is only accessible via the Management Console password.

关于github-api - 我的 GitHub 设备的 REST API 端点是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36503800/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com