posted an update

Manage to debug the external adapter on Heroku now works!

curl --silent -X POST -H "content-type:application/json" "https://evening-forest-80004.herokuapp.com" --data '{"id": 0, "data": { "start_date": "2005-01-01"}}' | jq -r .result 1.480891171443743

curl --silent -X POST -H "content-type:application/json" "https://evening-forest-80004.herokuapp.com" --data '{"id": 0, "data": { "start_date": "2000-01-01"}}' | jq -r .result 1.6818745805741342

Changing the start_date returns the accumulated us dollar inflation since then

Log in or sign up for Devpost to join the conversation.