add myTotals endpoint for py2k

This commit is contained in:
Denis Veselov 2012-08-28 00:48:32 +04:00
parent a489a47a67
commit 156368cf6e

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': {