mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
InvgProvider: Increase API version to 1.14.
This commit is contained in:
parent
e88a4983e6
commit
26d1b8efa6
1 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,8 @@ import java.util.HashMap;
|
|||
import java.util.Map;
|
||||
import java.util.regex.Matcher;
|
||||
|
||||
import com.google.common.base.Charsets;
|
||||
|
||||
import de.schildbach.pte.dto.Product;
|
||||
import de.schildbach.pte.dto.Style;
|
||||
|
||||
|
@ -35,9 +37,10 @@ public class InvgProvider extends AbstractHafasClientInterfaceProvider {
|
|||
|
||||
public InvgProvider(final String apiAuthorization) {
|
||||
super(NetworkId.INVG, API_BASE, PRODUCTS_MAP);
|
||||
setApiVersion("1.13");
|
||||
setApiVersion("1.14");
|
||||
setApiClient("{\"id\":\"INVG\",\"type\":\"AND\"}");
|
||||
setApiAuthorization(apiAuthorization);
|
||||
setRequestMicMacSalt("ERxotxpwFT7uYRsI".getBytes(Charsets.UTF_8));
|
||||
setStyles(STYLES);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue