📄️ Integration
The Integration class allows you to create a new integration. Each Integration powers its own web server, on which
📄️ Provider
The Provider class wraps a small fetch utility that allows you to quickly and efficiently communicate with your
📄️ Handlers
A handler is invoked whenever a request is made to its associated path. A handler can take multiple shapes depending
📄️ Contexts
A context object encapsulates everything related to the current request. A context can take multiple shapes
📄️ Errors
Shit happens. When something goes wrong, Integrations are welcomed to throw any of the errors provided under HttpErrors,
📄️ Logger
The logger module gives you a nice and structured way to log things to STDOUT or STDERR. A logger comes decorated
📄️ Cache
The Cache class provides caching capabilities that can take one of two forms: an in-memory cache or a cache backed by a Redis instance.