Merge pull request #114 from saippuakauppias/master
Add myTotals endpoint, courtesy of @saippuakauppias
This commit is contained in:
commit
d3dfec3b4c
2 changed files with 8 additions and 0 deletions
|
|
@ -159,6 +159,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': {
|
||||||
|
|
|
||||||
|
|
@ -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