Open lpatiny opened 8 years ago
I'm querying the following link::
https://www.cheminfo.org/thethingsnetwork/api/v0/nodes/02031201/?format=json
Giving back the result as a JSON every 10s.
The query is done correctly and I can select the jpath of the variable out. However it seems that the variable itself is not create (a json editor shows always an empty variable).
webservice cron is a "legacy" module...
If you want to query on a time interval I think you'd better use webservice_search and make the setInterval yourself...
setInterval
I'm querying the following link::
https://www.cheminfo.org/thethingsnetwork/api/v0/nodes/02031201/?format=json
Giving back the result as a JSON every 10s.
The query is done correctly and I can select the jpath of the variable out. However it seems that the variable itself is not create (a json editor shows always an empty variable).