Skip to content

Commit

Permalink
Merge pull request #147 from arenanet/add-daily-monthly
Browse files Browse the repository at this point in the history
Add daily/monthly AP fields to /v2/account.
  • Loading branch information
lye committed Jan 12, 2016
2 parents e125f30 + fd75a61 commit f225f50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion v2/account/account.js
Expand Up @@ -11,7 +11,11 @@
"8B211747-3B86-E411-B57A-00224D566B58"
],
"access" : "HeartOfThorns",
"created" : "2015-06-05T19:45:00Z"
"created" : "2015-06-05T19:45:00Z",

// Included only if "progression" scope is set.
"daily_ap" : 40,
"monthly_ap" : 60
}

// "access" is one of:
Expand Down

0 comments on commit f225f50

Please sign in to comment.