Are there any issues with the mDash database external queries at the moment?
Commands that were working for me yesterday are no longer working for me today.
Following the documentation here I can’t even get a basic command working:
curl -d "query=select * from data limit 10;" \
https://mdash.net/api/v2/sql/exec?access_token=<my_token>
OK so something definitely changed, I have a sample response from a few days ago that has the headers coming back in the element types but they are now coming back in the names element.
Whoever ends up updating the docs from Cesanta might also be worth noting that the maximum entries returned seems to be 5k.