Hosted / self hosted

  • For how to deploy your own code, skip to the self hosted section

Website

Warning The website and API is not publicly available / built yet

You can manage your webhooks on the website by filling in the form.

API

Base URL

https://github-rules.ghostrider.workers.dev/api/v{api_version}

Version

VersionStatus
1Available

POST /

Create a new webhook. Returns 200 with a new id on success.

JSON Params

NametypeRequired
rulesGitHubEventRulesConfigtrue

GET /

Query Params

NametypeRequired
idstringtrue

DELETE /

Query Params

NametypeRequired
idstringtrue

Self hosted

// Add guide

Serverless

Platforms

This guide is suitable for most platforms, including:

  • CF workers
  • Vercel

Node.js