Azure Function that exposes a set of API that permits to handle authorization for creditor institution and retrieve the info about their enrollment.
See the OpenApi 3 here.
docker build -t pagopa-functions-template .
docker run -p 8999:80 pagopa-functions-template
curl http://localhost:8999/example
mvn clean package
mvn azure-functions:run
curl http://localhost:7071/example
Made with ❤️ by PagoPa S.p.A.
See CODEOWNERS
file