Qluxzz / avanza

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

Adjust API paths for certificate info #74

Closed tux2000 closed 1 year ago

tux2000 commented 1 year ago

Also adjust documentation of get_certificate_info() and get_certificate_details() to reflect current API returns

~pdoc needs to be run, still (did not get it working here)~

Qluxzz commented 1 year ago

Since the return models have changed, this is a breaking change so you should bump the major version instead of the patch version.

So it should be 5.0.0

Qluxzz commented 1 year ago

Thanks for contributing!