mailchimp-client-lib-codegen icon indicating copy to clipboard operation
mailchimp-client-lib-codegen copied to clipboard

This tool is used to auto-generate and publish the Mailchimp Marketing and Transactional client libraries.

Results 19 mailchimp-client-lib-codegen issues
Sort by recently updated
recently updated
newest added

### Description ### Known Issues

## Continuation of #302 ### Description The superagent dependency used (as well as its formidable dependency) is deprecated, leading to warnings on every npm install using @mailchimp/mailchimp_marketing. Judging from [visionmedia/superagent#upgrading-from-previous-versions](https://github.com/visionmedia/superagent#upgrading-from-previous-versions),...

maxLength only applies to strings

### Description I use the Mailchimp Marketing Ruby gem in two integration projects that sync information from two ecommerce platforms to Mailchimp. I recently noticed a spike in errors with...

### Description Similar to #348, but for the marketing API See https://php.watch/versions/8.2/dynamic-properties-deprecated for why this is necessary.

### Description Currently the ApiClient overrides the global axios timeout to 300s which is not expected, instead - create an axios instance and use it. ### Known Issues While migrating...

### Description By developing our own clone of the Mandrill dashboard, we can resolve the recurring issue of Mandrill timeouts. To put it simply, the Mandrill servers are unreliable, leading...

### Description This PR is based on [a PR I originally opened on the generated mailchimp-marketing-ruby gem](https://github.com/mailchimp/mailchimp-marketing-ruby/pull/5) in 2021. At the time I didn't know that the gem was generated...

### Description This PR updates the required field checks to ensure that a required field value cannot be an empty string. This may not be the right solution, it may...

### Description The `superagent` dependency used (as well as its `formidable` dependency) is deprecated, leading to warnings on every npm install using `@mailchimp/mailchimp_marketing`. Judging from https://github.com/visionmedia/superagent#upgrading-from-previous-versions, there should be no...