RHInception / jsonstats

system stats over rest in json (buzzzzwords here)
MIT License
22 stars 8 forks source link

Manual refresh #7

Open tbielawa opened 10 years ago

tbielawa commented 10 years ago

Want to be able to handle some kind of query parameter like ?refresh=true or something which gets passed to the plugins and instructs them to manually refresh their data.

Also, Steve says for parsing:

[x.split('=') for x in environ['QUERY_STRING'].split('&')]