tinify / tinify-nodejs

Node.js client for the Tinify API.
https://tinypng.com/developers
MIT License
414 stars 74 forks source link

resize requrest error #42

Closed casper669 closed 1 year ago

casper669 commented 1 year ago

The resize http request method should be post, not get.

StevenVanBlijderveen commented 1 year ago

Hi there,

You're right that a POST request is recommended, yet GET requests should still be supported. If you're getting an error message this should not be the cause of it. Can you maybe share the error you are getting and the NodeJS version you're running?