pajaydev / ebay-node-api

eBay API Client for node
https://pajaydev.github.io/ebay-node-api
MIT License
132 stars 76 forks source link

Introducing our TypeScript library #73

Open dantio opened 4 years ago

dantio commented 4 years ago

Hey everyone,

@pajaydev first of all, thank your amazing work on this project.

We took this library (with other similar libraries) as an example to implement a new eBay API library based on TypeScript: https://github.com/hendt/ebay-api. Now, we want to share this library with you!

This libarry has almost all APIs (traditional and RESTful) and supports Auth'N'Auth and OAuth2. You can even use eBay APIs in a browser. Soon we want to publish more tests and reach a stable state (version 1.0.0). Right now it is already in use in our internal App, but much of the APIs are not tested yet.

We would be very happy if you give it a try and send us feedback! I hope you don't mind that I share this libarary on this way.

pajaydev commented 4 years ago

@dantio Thanks. Sure, I can take a look.