If you run the same query twice, it seems pretty clear that the server sends a cached result the second time around. It would be nice to override this, but I have no idea how.
I suspect this is also why pasting the same URL into your browser will break subsequent calls via the command line. For some reason after the string has been used in the browser the calls from pandamon return HTML rather than json.
If you run the same query twice, it seems pretty clear that the server sends a cached result the second time around. It would be nice to override this, but I have no idea how.
I suspect this is also why pasting the same URL into your browser will break subsequent calls via the command line. For some reason after the string has been used in the browser the calls from
pandamon
return HTML rather than json.