Qluxzz / avanza

A Python library for the unofficial Avanza API
https://qluxzz.github.io/avanza/
MIT License
85 stars 40 forks source link

Add get_categorized_accounts method #93

Closed highviolet closed 6 months ago

highviolet commented 6 months ago

Adds method to access the endpoint _api/account-overview/overview/categorizedAccounts. This endpoint seems to be a replacement for the old overview endpoint.

Qluxzz commented 6 months ago

Since get_overview and get_account_overview doesn't work anymore, would it make sense to instead move this to get_overview and remove the get_account_overview function?

highviolet commented 6 months ago

Makes sense. See latest commit.

Qluxzz commented 6 months ago

LGTM, thanks for contributing!