Refactored retrieval to use requests.Response. Note that all requests are now prepared with .prepare() before sending with requests.Session.send() bystonks.retrieval.APIClient.retrieve`.
Added stonks.configuration.APIKeys and stonks.company.Company.
Updated all path references to use pathlib.Path objects. Closes #18
Refactored retrieval to use requests.Response. Note that all requests are now prepared with
.prepare()
before sending withrequests.Session.send() by
stonks.retrieval.APIClient.retrieve`.Added
stonks.configuration.APIKeys
andstonks.company.Company
.Updated all path references to use
pathlib.Path
objects. Closes #18