amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
580 stars 730 forks source link

Are you plan to implement NodeJS lib? #695

Closed vdanyliv closed 3 years ago

vdanyliv commented 3 years ago

Hello, thanks for the incredible updates. I plan to use a new API for my project, and I wonder if you plan to implement lib for nodejs? (I asked you because I plan to start working on that)

charliecode commented 3 years ago

@vdanyliv I was wondering the same thing. I can't speak for Amazon but it appears so far they've provided libs in the same languages as they did for MWS, which does not include Node. However, they have provided templates which can be used with swagger-codegen to generate client libraries. You can find that info HERE.

There's a possibility I may be creating a Node SDK myself based off a swagger-codegen lib. If I do have the time to make it available publicly, I'll let you know.

dominickmalzone commented 3 years ago

Hey @charliecode, I'd be happy to help with the node sdk

charliecode commented 3 years ago

@dominickmalzone Thank you. Best way to contact you?

dominickmalzone commented 3 years ago

You can email me @charliecode - its my github username @ gmail

charliecode commented 3 years ago

@dominickmalzone Just sent you an email. In the event I typo'd the email address and it doesn't reach you, please let me know.

seanevan commented 3 years ago

Hi all,

It's great to see the ready collaboration on this! We do intend to support NodeJS, so I'll contact you to discuss further.

Best regards, Sean Evans Manager, Support Engineering

beastmike1 commented 3 years ago

Hi @seanevan there is any roadmap or hint date about when it will be available it would be highly appreciated so we could plan the development of our software. Thanks.

seanevan commented 3 years ago

Hi @beastmike1, unfortunately we don't have a timeline that I can share as of yet. Would I be correct in understanding that the lack of a NodeJS client library is blocking your adoption of SP-API? I ask because that type of feedback helps our product team with prioritization decisions.

Thanks, Sean Evans Manager, Support Engineering

beastmike1 commented 3 years ago

Yes, we use NodeJS in our products and not having the client is blocking the adaptation because for us it would be a lot of extra work to change to another language. It would be really good to at least have the templates for nodeJS.