The project springboot run configuration should set up automatically, but in order to get certain api's to work we'll need to manually override them in the configuration settings.
- Add spring boot configuration override
- Add key
httpClients.infura.apikey
and value ${infuraApiKey}
Successful responses have a 2xx statuc code with a payload object.
{
"payload" : { }
}
Failed responses have a non 2xx status code with an error payload.
{
"error" : {
"message" : ""
}
}