Github Ghec
Connector for the github-ghec 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 Rootapps_get_authenticated— GET /app — Get the authenticated appapps_get_webhook_config_for_app— GET /app/hook/config — Get a webhook configuration for an appapps_list_webhook_deliveries— GET /app/hook/deliveries — List deliveries for an app webhookapps_get_webhook_delivery— GET /app/hook/deliveries/{delivery_id} — Get a delivery for an app webhookapps_list_installations— GET /app/installations — List installations for the authenticated app
Inputs
apiKey— your github-ghec 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>