add myTotals endpoint for py3k
This commit is contained in:
parent
156368cf6e
commit
a2e95d40ef
1 changed files with 4 additions and 0 deletions
|
|
@ -175,6 +175,10 @@ api_table = {
|
||||||
'url': '/account/update_profile_colors.json',
|
'url': '/account/update_profile_colors.json',
|
||||||
'method': 'POST',
|
'method': 'POST',
|
||||||
},
|
},
|
||||||
|
'myTotals': {
|
||||||
|
'url' : '/account/totals.json',
|
||||||
|
'method': 'GET',
|
||||||
|
},
|
||||||
|
|
||||||
# Favorites methods
|
# Favorites methods
|
||||||
'getFavorites': {
|
'getFavorites': {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue