Ghost/ghost/mailgun-client
Daniel Lockyer 3cf64a1e78 Switched Mailgun SDK from mailgun-js to mailgun.js
refs https://github.com/TryGhost/Toolbox/issues/363

- this commit switches us to using the official and maintained
  `mailgun.js` SDK, and updates the `mailgun-client` code to reflect the
  changes between the two
2022-08-17 08:45:21 +02:00
..
lib Switched Mailgun SDK from mailgun-js to mailgun.js 2022-08-17 08:45:21 +02:00
test Updated mailgun-client test fixtures 2022-08-17 08:45:21 +02:00
.eslintrc.js Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00
index.js Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00
package.json Switched Mailgun SDK from mailgun-js to mailgun.js 2022-08-17 08:45:21 +02:00
README.md Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00

Mailgun Client

Mailgun client for Ghost

Usage

Test

  • yarn lint run just eslint
  • yarn test run lint and tests