Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Jun 25, 2024
Merged

Conversation

Unt3r
Copy link
Contributor

@Unt3r Unt3r commented Jun 24, 2024

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 added 2 commits June 24, 2024 19:29
Added DEALS_PATH  and ORDERS_PATH
Added get_deals(self) and get_orders(self)
@Unt3r
Copy link
Contributor Author

Unt3r commented Jun 24, 2024

Fix to issue #102.

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

avanza/avanza.py Outdated Show resolved Hide resolved
avanza/constants.py Outdated Show resolved Hide resolved
Unt3r added 2 commits June 25, 2024 20:03
Removed get_deals_and_orders()
Fixed intendation
Removed DEALS_AND_ORDERS_PATH
@Unt3r
Copy link
Contributor Author

Unt3r commented Jun 25, 2024

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

@Qluxzz Qluxzz linked an issue Jun 25, 2024 that may be closed by this pull request
@Qluxzz Qluxzz merged commit 3a589a4 into Qluxzz:master Jun 25, 2024
@Qluxzz
Copy link
Owner

Qluxzz commented Jun 25, 2024

It looks great, thanks for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

404 error get_deals_and_orders().
2 participants