gowebhooks

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2021 License: MIT Imports: 0 Imported by: 0

README

Webhook Directory

Build Status Go Report Card Docs License

This repo contains a set information on services with webhooks. The primary use of this repo is to provide a set of example webhook event payloads.

Examples are assembed from a variety of sources including service documentation andfrom actual live events.

Some clean up is implemented. All examples are valid HTTP bodies which may require editing. For example, some docuemntation examples have comments which provides nice documentation but results in non-validating JSON.

This project was extracted from the Chathooks formatting webhook proxy service.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Events

type Events struct {
	// contains filtered or unexported fields
}

func NewEvents

func NewEvents(serviceSlug, domainName string, eventSlugs []string) Events

func (*Events) DomainName

func (events *Events) DomainName() string

func (*Events) EventSlugs

func (events *Events) EventSlugs() []string

func (*Events) ServiceSlug

func (events *Events) ServiceSlug() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL