Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 869 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 869 Bytes

Aries Framework Go - REST Binding

The project can be used as a server agent, so that the implementors can just concentrate on writing the business logic.

Steps

Well, running an agent in docker is as simple as Build, Run and Verify. Also, agent can be run as a binary.

Integration

The framework provides convenient Admin APIs to control the agent through webhooks. The agent triggers an event on registered webhooks. Refer OpenAPI demo for detailed instructions.

References

Build and Start Reference Agent using docker

Run OpenAPI Demo

Agent webhook support

Build and Start Reference Agent as a bin

Generate Controller REST API Specifications