/internal-api

Primary LanguageGoApache License 2.0Apache-2.0

internal-api

API used by the BarnBridge App.

Configuration

For all the available config options please see the configuration file. A sample configuration file can be found here.

The tool also includes rich help functions. To access them, use the --help flag.

./internal-api --help

Running

The API can be run using the following command:

./internal-api run

Implementation details

Each product is grouped into its own set of routes and implementations.

Example: for governance related endpoints, see the governance module.