a newbie here. have found out how post values different widgets on rest api. know how can values widget. e.g. 'current' value number widget. if on http://dashingurl/dashboard_name html erb files not current values widgets hold.
please advise - in advance.
the dashing data pushed via server side event, cannot use rest api server.
but can listen server event catch data, url ends events
you can try curl
command experience it.
curl http://dashingurl/events data: {"current":19,"last":80,"id":"valuation","updatedat":1471517030} data: {"current":33631,"last":188824,"id":"karma","updatedat":1471517030}
check widget id karma
latest data then
Comments
Post a Comment