Features / Refactorings
- Refactoring of error handling: exception are now always raised, returns code (success | warning) removed
- Simplification of return code
- Remove duplicate code of get_parts
- Handling of additionnal attachments ("annexes")
- tracking code is always in tracking.number
- label is always in label.data
BREAKING CHANGES
- errors are all raised with exceptions
- raise Exception removed in favor of better defined exceptions
- return of get_label harmonized