OpenMined / PyDentity

A repository for leveraging Self-Sovereign Identity in applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Action Menu API's in the Basic Controller

wip-abramson opened this issue · comments

Description

The action menu protocol - https://github.com/hyperledger/aries-rfcs/tree/master/features/0509-action-menu has been implemented in ACA-Py. We need to extend the basic controller to cover these endpoints so the basic controller can use this protocol if required.

Extending the tutorial to demonstrate this protocol in use should also be included.

The endpoints can by navigating to the swagger api interface once you have spun up an instance of the ACA-py agent. http://localhost:8021/api/doc#/

Interested to take this one!