issues
search
mindee
/
mindee-api-python
Mindee API Helper Library for Python
https://mindee.com
MIT License
39
stars
5
forks
source link
Develop/v4
#165
Closed
sebastianMindee
closed
1 year ago
sebastianMindee
commented
1 year ago
Description
¡Breaking Changes!
:art: :boom: harmonize response types & syntax with other libraries.
:art: :boom: change endpoint management & syntax.
:art: :boom: move products to
product
module.
Changes
:sparkles: add support for auto-poll asynchronous parsing.
:sparkles: add support for products with both sync & async modes.
:sparkles: add support for async custom products.
:sparkles: :memo: add auto-generated md doc.
:recycle: :memo: update rst doc.
:arrow_up: update dependencies.
:test_tube: add experimental support for feedback API.
:arrow_up: improved support for custom Line Items reconstruction.
:arrow_up: update error management system.
:recycle: update unit-tests.
:recycle: update CLI.
:recycle: re-organize geometry module.
:coffin: remove support for ReceiptV3.
:coffin: remove support for InvoiceV3.
Fixes
:bug: fix
raw_http
method displaying a python dict instead of raw JSON.
Related Issue
How Has This Been Tested
Types of changes
[x] Docs change / refactoring / dependency upgrade
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to change)
[x] Requires a change to the official Guide documentation.
Description
¡Breaking Changes!
product
module.Changes
Fixes
raw_http
method displaying a python dict instead of raw JSON.Related Issue
How Has This Been Tested
Types of changes