Hi guys,
I'm new to Apigee, and I'm working on a travel-planning startup. We just got the permission to use Transavia's api, which is awesome but we have tried to get the right set-up several days now and ended nowhere.
We got a api with the following data:
.anyType">"anyType": {
},
},
},
}
},
GET /v2/routes?origin=ams&destination=bcn HTTP/1.1
The things we have done now is adding an apikey, so we can load the whole script. And we have added a xml to json converter. Now we want to order all data by setting the rights settings.
We want to fill in an origin and destination in IATA code (like ams) and then get the values that are aligned with that request. Instead of getting all the data and then sorting things out in Java.
Could someone, please please please help us out?