amadeus-ws-client icon indicating copy to clipboard operation
amadeus-ws-client copied to clipboard

Amadeus SOAP API integration with NodeJS

Open gabrythe23 opened this issue 4 years ago • 5 comments

hi,

we're ready to start a new project, based on yours but for nodejs, is that interesting for someone?

gabrythe23 avatar May 28 '20 07:05 gabrythe23

I'm sure it would be useful for people!

DerMika avatar May 28 '20 09:05 DerMika

Hi is it completed :) ?

kushal878 avatar Nov 19 '20 11:11 kushal878

not yet, at the moment we don't have documentation (but the php manual is practically identical to nodejs)

gabrieleleo avatar Nov 19 '20 11:11 gabrieleleo

Just a confusion , does the api request vary in php because when i communicate from postman the itinerary request looks like

1 JFK LAX 141220 which is different in departure arrival location structure of that present in php

kushal878 avatar Nov 19 '20 11:11 kushal878

<itinerary> <requestedSegmentRef> <segRef>1</segRef> </requestedSegmentRef> <departureLocalization> <departurePoint> <locationId>JFK</locationId> </departurePoint> </departureLocalization> <arrivalLocalization> <arrivalPointDetails> <locationId>LAX</locationId> </arrivalPointDetails> </arrivalLocalization> <timeDetails> <firstDateTimeDetail> <date>141220</date> </firstDateTimeDetail> </timeDetails> </itinerary>

kushal878 avatar Nov 19 '20 11:11 kushal878