npm install && npm start
curl -X GET http://localhost:9991/app/main/operations/Continents
curl --location -g --request GET 'http://localhost:9991/app/main/operations/Countries?wg_variables={ "filter": {"code": { "eq": "AD" } } }' \
--header 'Content-Type: application/json'
curl -X GET http://localhost:9991/app/main/operations/Hello
Read the Docs.
Join us on Discord!