liquidapps-io / zeus-sdk

EOSIO & EVM smart contract unit testing suite and API provider
51 stars 24 forks source link

Add DSP status endpoint `/v1/dsp/alive` #2

Closed DenisCarriere closed 4 years ago

DenisCarriere commented 5 years ago

For ease of monitoring the DSP software to check if it's running properly, it would be ideal to have a basic status update endpoint.

Example

endpoint

response

{
  "status": "OK"
}
NatPDeveloper commented 4 years ago

We've added a status endpoint.

http://kylin-dsp-2.liquidapps.io/v1/dsp/version

Patch notes: https://docs.liquidapps.io/en/stable/patches/latest.html