Installation
API server can be installed on Windows x64, Linux x64 or in a container environment.
Instructions and information can be found here.
Verifying base installation
If running in container environment be sure to expose container port 8080.
Execute HTTP-POST to http://<host_or_ip>/api/demo/?secret=password
Response should look:
{
"success": true,
"data": {
"items": [
{
"id": "result",
"properties": {
"message": "This is the result from the API demo impl pipe"
}
}
]
}
}