Github Ghes 3 7
Connector for the github-ghes-3-7 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://github.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
meta_root— GET / — GitHub API Rootenterprise_admin_list_global_webhooks— GET /admin/hooks — List global webhooksenterprise_admin_get_global_webhook— GET /admin/hooks/{hook_id} — Get a global webhookenterprise_admin_list_public_keys— GET /admin/keys — List public keysenterprise_admin_list_pre_receive_environments— GET /admin/pre-receive-environments — List pre-receive environmentsenterprise_admin_get_pre_receive_environment— GET /admin/pre-receive-environments/{pre_receive_environment_id} — Get a pre-receive environment
Inputs
apiKey— your github-ghes-3-7 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: meta_root
apiKey: <your key>