amabnl / amadeus-ws-client

PHP Amadeus SOAP Web Service client library
Apache License 2.0
178 stars 191 forks source link

Amadeus SOAP API integration with NodeJS #402

Open gabrythe23 opened 4 years ago

gabrythe23 commented 4 years ago

hi,

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

DerMika commented 4 years ago

I'm sure it would be useful for people!

kushal878 commented 3 years ago

Hi is it completed :) ?

gabrieleleo commented 3 years ago

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

kushal878 commented 3 years ago

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 commented 3 years ago

`

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