Qluxzz / avanza

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

Add test suite for endpoints, use type hints for response, remove methods for missing endpoints #97

Closed Qluxzz closed 2 months ago

Qluxzz commented 2 months ago

Add test suite that validates that the expected endpoints exist and that they return the expected data

Create types for endpoints

Remove endpoints that no longer work