Add myTotals endpoint #114

Merged
saippuakauppias merged 2 commits from master into master 2012-08-30 01:36:24 -07:00
Showing only changes of commit 156368cf6e - Show all commits

View file

@ -159,6 +159,10 @@ api_table = {
'url': '/account/update_profile_colors.json',
'method': 'POST',
},
'myTotals': {
'url' : '/account/totals.json',
'method': 'GET',
},
# Favorites methods
'getFavorites': {