Updated User Stats API (markdown)

Tom Bloor 2017-05-16 22:03:44 +01:00
parent abfffa1676
commit 69476559c2

@ -26,9 +26,11 @@ Response code of `200 OK`
week_sum : <sum of the last 7 days for user>, week_sum : <sum of the last 7 days for user>,
week_count : <count of the last 7 days for user>, week_count : <count of the last 7 days for user>,
month_sum : <sum of the last 30 days for user>, month_sum : <sum of the last 30 days for user>,
month_count : <count of the last 30 days for user> month_count : <count of the last 30 days for user>,
global_sum : <sum of global transactions>, user_sum : <sum of all transactions for user>,
global_count : <count of global transactions> user_count : <count of all transactions for user>,
global_sum : <sum of all global transactions>,
global_count : <count of all global transactions>
} }
``` ```