Page cover

Introduction

Server for building custom APIs. An API consists of an endpoint bound to a URL via HTTP, a pipe for functionality, an optional pipe for auth, and pipes that can run on a schedule.

Overview

The server leverages the API module to expose one or more URL endpoints. Each endpoint has a set of properties.

The properties decide behaviour of how to authenticate the calling client, how to treat incoming data and how to format the response back to the caller.