versumstudios / report-issues

Report issues
2 stars 3 forks source link

Add tzprofiles status to status.versum.xyz #134

Closed andrevenancio closed 2 years ago

andrevenancio commented 2 years ago

There is no way of checking the health of tzprofiles. Which complicates manual verification, tzprofiles search, etc.

Implement a health flag for tzprofiles directly on our status page.

curl --location --request POST 'https://indexer.tzprofiles.com/v1/graphql' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"query MyQuery {\n  dipdup_index(limit: 1) {\n  level\n}\n}","variables":{}}'
andrevenancio commented 2 years ago

done