traveltime-dev / traveltime-sdk-java

TravelTime SDK for JAVA programming language
https://docs.traveltime.com/
MIT License
8 stars 1 forks source link

We should have a section of the repository that will present good-usage patterns. #48

Open mjanuszkiewicz-tt opened 2 years ago

mjanuszkiewicz-tt commented 2 years ago

For example for some clients it may be beneficial to deduplicate the search data before sending it to the api. We don't want to do it inside the api, but having a recipe thay can copy and adapt to their needs would be very helpful.

Donatas-L commented 2 years ago

We could achieve this via appropriate examples. @mjanuszkiewicz-tt if you have suggestions for additional examples please list it down.

mjanuszkiewicz-tt commented 2 years ago

As I remember, the impetus for this task was the need to deduplicate points before sending them over.