mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 20:58:49 +00:00
NASA: Provide API authorization type.
This commit is contained in:
parent
5ad5d1b1b7
commit
641344a816
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class NasaProvider extends AbstractHafasClientInterfaceProvider {
|
||||||
Product.ON_DEMAND, Product.REGIONAL_TRAIN, Product.REGIONAL_TRAIN };
|
Product.ON_DEMAND, Product.REGIONAL_TRAIN, Product.REGIONAL_TRAIN };
|
||||||
|
|
||||||
public NasaProvider() {
|
public NasaProvider() {
|
||||||
this("{\"aid\":\"nasa-apps\"}");
|
this("{\"aid\":\"nasa-apps\",\"type\":\"AID\"}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public NasaProvider(final String apiAuthorization) {
|
public NasaProvider(final String apiAuthorization) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue