Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 927 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 927 Bytes

Captain Hook

GoDoc Go Report Card Build Status

Simple Webhook reverse proxy server for all your services

Features

  • Generate unique Webhooks URLs
  • Receive Webhook-calls and pass them on to your client application
  • Restrict access to specific clients

CLI

The CLI is self-documentend, just add the -h or --help option

API

Check /api for openapi specs and a postman request collection

Client Library

GoDoc