add myTotals endpoint for py3k

This commit is contained in:
Denis Veselov 2012-08-28 00:49:09 +04:00
parent 156368cf6e
commit a2e95d40ef

View file

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