amadeus-node icon indicating copy to clipboard operation
amadeus-node copied to clipboard

Node library for the Amadeus Self-Service travel APIs

Results 10 amadeus-node issues
Sort by recently updated
recently updated
newest added

add sonarcloud in actions

## Description This package is missing TypeScript Types defination

enhancement
wontfix

## Description How to connect behind proxy server to Amadeus APIs? I am not able to find the documentation around this. ## Steps to Reproduce 1. Take any of the...

## Description If you want to switch to another Amadeus account, you change the credentials but instead of requesting a new token, it seems like the old token is used...

https://user-images.githubusercontent.com/713173/82220698-44786c00-991f-11ea-875f-27b3a38b325c.png

## Description I cannot access the SDK reference doc using the link in the readme.md: https://amadeus4dev.github.io/amadeus-node/

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

currently it stays in build.yml which cause the doc update without new release.

bug
help wanted

currently, users need to manually convert the body to string with `JSON.stringify` when they call POST method. for example: ```js amadeus.shopping.flightOffersSearch.get({ originLocationCode: 'SYD', destinationLocationCode: 'BKK', departureDate: '2022-11-01', adults: '1' }).then(function(response){...

enhancement
help wanted

## Description Add typescript support to Node SDK. ## Reason Currently the Node SDK has 0 type support and make developer experience tough when building an app with typescript and...