This commit is contained in:
Denis Veselov 2012-08-27 13:50:54 -07:00
commit ae2dba275d
2 changed files with 8 additions and 0 deletions

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

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