lib_shopware6_api_base

python3 base API client for shopware6

MIT License

Downloads
4.1K
Stars
19
Committers
2
lib_shopware6_api_base - v2.1.7 Latest Release

Published by bitranox about 1 year ago

v2.1.7

2023-10-18:
- validator for "Criteria.ids" and "Criteria.limit"
- if "Criteria.ids" are passed, set "limits" to the number of ids
- prevent that "Criteria.limits" and "Criteria.ids" are set simultaneous
- bump up coverage

lib_shopware6_api_base - v2.1.6

Published by bitranox about 1 year ago

v2.1.6

2023-10-18:
- correcting "Filter Aggregation", some typos correction

lib_shopware6_api_base - v2.1.5

Published by bitranox about 1 year ago

v2.1.5

2023-10-18:
- get rid of special pretty printer version "pprint3x" for python 3.7 and below
- correcting type hint for filter "ContainsFilter"

lib_shopware6_api_base - v2.1.4

Published by bitranox about 1 year ago

v2.1.4

2023-10-18:
- correct EqualsAnyFilter, thanks to Patrik Hofmann for finding that bug.

lib_shopware6_api_base - v2.1.3

Published by bitranox over 1 year ago

v2.1.3

2023-07-14:
- add codeql badge
- move 3rd_party_stubs outside the src directory to ./.3rd_party_stubs
- add pypy 3.10 tests
- add python 3.12-dev tests

lib_shopware6_api_base - v2.1.2

Published by bitranox over 1 year ago

v2.1.2

2023-07-13:
- require minimum python 3.8
- remove python 3.7 tests

lib_shopware6_api_base - v2.1.1

Published by bitranox over 1 year ago

v2.1.1

2023-07-13:
- introduce PEP517 packaging standard
- introduce pyproject.toml build-system
- remove setup.cfg
- remove setup.py
- update black config
- clean ./tests/test_cli.py

lib_shopware6_api_base - v2.1.0

Published by bitranox over 1 year ago

v2.1.0

2023-06-28:
- get rid of TRAVIS
- update github actions
- introduce additional header fields

lib_shopware6_api_base - v2.0.9

Published by bitranox over 2 years ago

v2.0.9

2022-07-04: support additional query parameters for patch, post ,put and delete requests

lib_shopware6_api_base - v2.0.8

Published by bitranox over 2 years ago

v2.0.8

2022-07-04: allow different content-types in order to be able to upload documents as octet-stream

lib_shopware6_api_base - v2.0.7.3

Published by bitranox over 2 years ago

v2.0.7.3

2022-06-30: specify correct "attr" version in requirements

lib_shopware6_api_base - v2.0.7.2

Published by bitranox over 2 years ago

v2.0.7.2

2022-06-02: update to github actions checkout@v3 and setup-python@v3

lib_shopware6_api_base - v2.0.7.1

Published by bitranox over 2 years ago

v2.0.7.1

2022-06-01: update github actions test matrix

lib_shopware6_api_base - v2.0.7

Published by bitranox over 2 years ago

v2.0.7

2022-04-12: retry the request (experimental, but not harmful at all) if failed.

  • issue https://github.com/bitranox/lib_shopware6_api/issues/1
  • sometimes (seldom, after about 10 minutes connected) we got: "error code: 9, status: 401
    The resource owner or authorization server denied the request, detail: Access token could not be verified."
  • it seems to work when retry the request
lib_shopware6_api_base - v2.0.6

Published by bitranox over 2 years ago

v2.0.6

2022-03-29: remedy mypy Untyped decorator makes function "cli_info" untyped

lib_shopware6_api_base - v2.0.5

Published by bitranox over 2 years ago

v2.0.5

2022-02-15: documentation update

lib_shopware6_api_base - v2.0.4

Published by bitranox over 2 years ago

v2.0.4

2022-02-15: documentation update

lib_shopware6_api_base - v2.0.3

Published by bitranox almost 3 years ago

v2.0.3

2022-01-18: mypy type adjustments

lib_shopware6_api_base - v2.0.2

Published by bitranox almost 3 years ago

v2.0.2

2022-01-09:
- handle dal.Criteria 'ids' correctly
- remove empty lists and dicts from dal.Criteria

lib_shopware6_api_base - v2.0.1

Published by bitranox almost 3 years ago

v2.0.1

2022-01-06: correct import for dal.Criteria