Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Add Typescript support to Node SDK #212

Description

@WillGarman

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 trying to use the SDK

it would be nice to be able to see what an expected response would be in the code editor. This also causes responses to be typed as any which isnt quite right since we can see the types in the documentation

image

Solution

We currently use npm i amadeus --save to install the SDK. Adding something like npm i --save-dev @types/amadeus would be amazing

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions