Skip to content

Instantly share code, notes, and snippets.

@yornaath
Created December 2, 2011 12:35
Show Gist options
  • Save yornaath/1423090 to your computer and use it in GitHub Desktop.
Save yornaath/1423090 to your computer and use it in GitHub Desktop.
påfyllings utak
//GET /rest/statistics/chargedforperday?fromdate=13.11.2011&todate=15.11.2011
data = {
'13.11.2011' : [ // totalt påfyllt for denne dato per time i kr
12,54,65,23,5,2,4,6,234,5,3,12,54,65,23,5,2,4,6,234,5,3,52
],
'14.11.2011' : [ // totalt påfyllt for denne dato per time i kr
12,54,65,23,5,2,4,6,234,5,3,12,54,65,23,5,2,4,6,234,5,3,52
],
'15.11.2011' : [ // totalt påfyllt for denne dato per time i kr
12,54,65,23,5,2,4,6,234,5,3,12,54,65,23,5,2,4,6,234,5,3,52
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment