fhqvst / avanza

A JavaScript client for the unofficial Avanza API
MIT License
227 stars 59 forks source link

Add method to fetch account specific overview data #3

Closed BinaryDennis closed 7 years ago

BinaryDennis commented 7 years ago

The API resource /_mobile/account/overview will return overview data for all accounts belonging to the currently signed-in user, and this is currently supported by this lib.

However, there is a new API resource at /_mobile/account/{accountId}/overview, which will return overview data for a specific accountId belonging to the currently signed-in user, i.e. performance statistics, which can be very useful.

fhqvst commented 7 years ago

👍