MikeBrink / python-picnic-api

Unofficial Python wrapper for the Picnic API.
Apache License 2.0
53 stars 16 forks source link

Search API stopped working #23

Open pieterfredrickdehaan opened 5 months ago

pieterfredrickdehaan commented 5 months ago

The method no longer returns items, only an empty list:

>>> client.search("kip")
[{'type': 'CATEGORY', 'id': 'kip', 'name': 'kip', 'items': [], 'level': 1, 'is_included_in_category_tree': False, 'hidden': False}]

Seems like the API has changed: https://github.com/MRVDH/picnic-api/issues/13