Qluxzz / avanza

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

Fix for 404 error get_deals_and_orders(). #102 #105

Closed Unt3r closed 2 weeks ago

Unt3r commented 2 weeks ago

I found two new links. One for deals and one for orders. Added two new methods and path.

Instead of calling get_deals_and_orders() you either call get_deals() or get_orders()

Unt3r commented 2 weeks ago

Fix to issue #102.

First try to make a pull request so I hope it works. :)

Unt3r commented 2 weeks ago

I made the changes. Not sure if I need to do anything more...

Qluxzz commented 2 weeks ago

It looks great, thanks for contributing!