mailchimp-api-v3
Advanced tools
Comparing version 1.10.0 to 1.11.0
import MailChimp from '../'; | ||
const apiKey = '...' | ||
const client = new MailChimp(apiKey); | ||
const client = new MailChimp(apiKey); | ||
client.get('path').then(console.log); |
// export as namespace mailchimpApiV3; | ||
export = Mailchimp; | ||
export default Mailchimp; | ||
declare class Mailchimp { | ||
constructor(api:string) | ||
constructor(api: string) | ||
@@ -80,3 +80,3 @@ get( | ||
batch:any | ||
batch(...args: any[]): any | ||
} | ||
@@ -83,0 +83,0 @@ |
{ | ||
"name": "mailchimp-api-v3", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "Mailchimp wrapper for v3 of the mailchimp api, with transparant handling of batch operations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29837
904