sendwithus / sendwithus_nodejs

Sendwithus NodeJS Client
https://www.sendwithus.com
Apache License 2.0
22 stars 17 forks source link

remove restler dependency and replace with node-fetch #50

Closed rob-swu closed 3 years ago

rob-swu commented 3 years ago

Description

Motivation and Context

remove restler dependency and replace it with node-fetch should resolve https://github.com/sendwithus/sendwithus_nodejs/issues/49

How Has This Been Tested?

test suite

Types of changes

Checklist:

matthewmayer commented 3 years ago

thanks! since you added a minimum requirement of Node 10.x shouldn't this be a semver-major change?

"engines": {
    "node": ">=10.0.0"
  }