ClickSend / clicksend-nodejs

ClickSend Node.js SDK (Typescript)
12 stars 15 forks source link

SDK on npm is very different to the lib from Dashboard/API #2

Closed coagmano closed 3 years ago

coagmano commented 5 years ago

The package returned by https://rest.clicksend.com/v3/sdk-download/nodejs (Also from the dashboard, and linked from official docs) shows version 3.1.0, with a pure JS implementation, when the npm version is 5.0.37, matches this repo and is written in typescript and transpiled to JS.

Why the difference? Which package is recommended?