Closed Mantas97 closed 1 year ago
Issue: https://github.com/mailerlite/mailerlite-nodejs/issues/2
Description:
isomorphic-unfetch
axios
.catch(() => {})
Testing:
npm install tsc cp .env.example .env & add you API key Use script from examples directory like this one
npm install
tsc
cp .env.example .env
@JuliusB can you review this when you have a minute
Issue: https://github.com/mailerlite/mailerlite-nodejs/issues/2
Description:
isomorphic-unfetch
package at first, but moved toaxios
. I thinkaxios
has nicer error handling with.catch(() => {})
Testing:
npm install
tsc
cp .env.example .env
& add you API key Use script from examples directory like this one