Qluxzz / avanza

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

Add better documentation about data models returned from functions #3

Closed Qluxzz closed 4 years ago

Qluxzz commented 4 years ago

Add info about data models returned from all functions

Simplify get order function by removing instrument type since sending stock as instrument type seems to always work

In case we don't get any content in the response, but the request has 200 OK status, return None to caller