Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Releases: vrslev/ikea-api-client

v0.4.1

03 Aug 16:06
Compare
Choose a tag to compare

Fix

  • OrderCapture: Add error code to exception (455c055)

v0.4.0

03 Aug 15:35
Compare
Choose a tag to compare

Feature

  • Purchases: Add ProductListOrder query, allow choosing queries in request, add helpful comments in fragments (90a94c6)

Fix

  • Show status code on JSONDecodeError (f70a664)

v0.3.0

03 Aug 10:27
Compare
Choose a tag to compare

Feature

  • README: Improve features list (70ac22a)
  • Add core IkeaApi object for ease of usage (df8e94a)
  • Raise if can't find cookie with token in Auth and save screenshot (03c1add)
  • Make getting guest token inherit from API class (29b6108)
  • Add method choice in API.call_api (49c95ed)
  • Add Secrets class in which is concentrated all the "secret" data (4dac46d)
  • Make OrderCapture class callable (9c8a619)
  • Make many variables private (0567497)
  • Cover code base with type hints, (e8d58e8)
  • Update README: (c5e783e)

Fix

  • Semantic release build command (e0ef1d6)
  • Python version in pre-commit action (bd23667)
  • README: Links to code, grammar, remove link in header Response Examples (332f455)
  • OrderCapture method (6284553)
  • Issues due to latest commit (5d6c06a)
  • Python 3.7 support (924ab0e)
  • Install pre-commit hooks (fda6bdd)
  • Item: Annotations, linting issues with fetch_items_specs (d80bb39)
  • Python 3.7 support (d11258c)
  • Basic error handler (bef8498)

v0.2

02 Aug 22:39
Compare
Choose a tag to compare
Add exclude `venv` directory when using Pyright, add it in VS Code se…