Introduction
Server for building custom API's. An API consists of an endpoint bound to an URL accessible via HTTP, a pipe implementing the API functionality and an optional pipe for authorising the caller.
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.

Last updated