package
0.0.273
Repository: https://github.com/tozny/e3db-clients-go.git
Documentation: pkg.go.dev

# Functions

New returns a new E3dbHookClient configured with the specified apiKey and apiSecret values.

# Constants

HTTP PATH prefix for calls to the Hook service.

# Structs

CreateHookRequest wraps the parameters required for a valid CreateHook request.
CreateHookResponse represents a response from calling the CreateHook endpoint.
E3dbPDSClient implements an http client for communication with an e3db Hook service.
Hook represents the hook service Hook object a mapping from event triggers to webhook endpoint to fire for the given trigger.
HookTrigger wraps parameters controlling when a hook will be fired, namely which APIEvent triggers the hook and whether the trigger is live/enabled.
ListHooksResponse represents a response from calling the ListHooks endpoint, namely a list of hooks for the requesting client's account.