olech2412/DB-Adapter-v6

Allow to add custom parameters to every request

Closed this issue · 0 comments

  • Builder pattern like:
    • DB_Adapter_v6.getStationById(123, ParameterBuilder.add(PARAMETER, VALUE).add(PARAMETER1, VALUE1).build());