aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tom_tom
AgeCommit message (Expand)Author
2018-05-16Merge pull request #553 from af83/6884-tomtom-matrix--handle-error-when-respo...Alban Peignier
2018-05-04Move `TomTom::Matrix::RemoteError` to`TomTom::Errors::MatrixRemoteError`6884-tomtom-matrix--handle-error-when-response-doesn,t-incluTeddy Wing
2018-05-03TomTom::Matrix#check_for_error_response: Handle HTTP error status codesTeddy Wing
2018-05-03Move `TomTom::Matrix::RemoteError` to a new fileTeddy Wing
2018-05-02RouteWayCostCalculator: Don't update `costs` if response errorsTeddy Wing
2018-05-02TomTom::Matrix: Handle error responses from TomTomTeddy Wing
2018-04-27TomTom::Matrix: Disable traffic information6661-make-TomTom-data-more-consistentTeddy Wing
2018-04-04Add a small log message for each TomTom invocation. Refs #62226222-route-way-costs--use-TomTom-matrix-API-instead-of-batchAlban Peignier
2018-03-27TomTom::Matrix: Add comment about JSON serialisationTeddy Wing
2018-03-27TomTom::Matrix: Serialize `BigDecimal` as floatTeddy Wing
2018-03-27TomTom::Matrix: Remove completed TODOTeddy Wing
2018-03-27TomTom::Matrix#points_from_way_costs: Use array instead of setTeddy Wing
2018-03-27TomTom::Matrix#extract_costs_to_way_costs!: Try to include stop IDsTeddy Wing
2018-03-27TomTom::Matrix#points_as_params: Use `TomTom::Matrix::Point`sTeddy Wing
2018-03-27TomTom::Matrix#points_from_way_costs: Better names for IDsTeddy Wing
2018-03-27TomTom::Matrix#points_from_way_costs: Include stop IDs with pointsTeddy Wing
2018-03-27Add `TomTom::Matrix`Teddy Wing
2018-03-14TomTom::Batch: Extract code to `#extract_costs_to_way_costs!`Teddy Wing
2018-03-14TomTom::Batch: Rename `#convert_way_costs_for_batch`Teddy Wing
2018-03-14TomTom: Provide `TomTom.batch(...)` methodTeddy Wing
2018-03-14tom_tom/batch: Use `module ...` syntaxTeddy Wing
2018-03-14Move `lib/tom_tom.rb` to `lib/tom_tom/batch.rb`Teddy Wing