add support for searching with full Leboncoin URLs and new shippable argument

This commit is contained in:
etienne-hd
2025-06-21 00:07:09 +02:00
parent 47580f9321
commit fb9bca527d
7 changed files with 215 additions and 12 deletions

View File

@@ -1,6 +1,14 @@
## 1.0.2
### Added
* Support for full Leboncoin URL in `client.search(url=...)`
* New `shippable` argument in the `search` function
### Fixed
* Incorrect enum key assignment in the `build_search_payload_with_args` function
## 1.0.1
### Added
* Realistic `Sec-Fetch-*` headers to prevent 403 errors.
* Realistic `Sec-Fetch-*` headers to prevent 403 errors
## 1.0.0
* Initial release