# README
Go API Server for openapi
This page documents the backchannel API the test harness uses to communicate with agents under tests.
For more information checkout the Aries Interoperability Information page.
Overview
This server was generated by the [openapi-generator] (https://openapi-generator.tech) project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.
To see how to make this your own, look here:
- API version: 1.0.0
- Build date: 2022-10-19T17:32:40.987862+03:00[Europe/Helsinki] For more information, please visit https://github.com/hyperledger/aries-agent-test-harness
Running the server
To run the server, follow these simple steps:
go run main.go
To run the server in a docker container
docker build --network=host -t openapi .
Once image is built use
docker run --rm -it openapi