rubenochiavone / rastreio-java

A Java library for tracking Correios' shipments.
https://rubenochiavone.github.io/rastreio-java
Apache License 2.0
5 stars 1 forks source link

Implement alternative methods to improve tracking object data #12

Open rubenochiavone opened 4 years ago

rubenochiavone commented 4 years ago

At the moment the URL we request to retrieve tracking object data works but for some specific objects it lacks detailed information for some events. This problem can be seen in #4 and #8.

As suggested in https://github.com/rubenochiavone/rastreio-java/issues/8#issuecomment-678571747 and https://github.com/rubenochiavone/rastreio-java/issues/8#issuecomment-678663481, we could change the endpoint URL to improve results, but it would have performance impact.

In order to work on that, I opened this issue to both discuss and track further changes.