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 The tag-search endpoint supports the `offset` and `count` parameters but these are not included in the swagger spec. This pull request adds these two parameters. ### Known Issues...

### Description The result set returned by tagSearch in the Marketing API was limited to 10 results by default. There are currently no parameters to allow the user to change...

### Description Fixing underlying Ruby dependencies when running tests ### Known Issues

cla-signed

### Description When running integration tests the code is making requests to test the lifecycle of audience lists https://github.com/mailchimp/mailchimp-client-lib-codegen/actions/runs/10046417263/job/27766073530 This PR makes sure that after we run the assertion, the...

cla-signed

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) and [jsdom](https://github.com/jsdom/jsdom). These dependencies needed to be updated together. Updates `tough-cookie` from 2.5.0 to 4.1.3 Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery...

cla-signed
dependencies
javascript

### Description `package.json` should include [SPDX license id](https://spdx.org/licenses/) in `license` field. Hence: `Apache 2.0` → `Apache-2.0`.

Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) from 9.2.1 to 9.2.2. Release notes Sourced from @​octokit/plugin-paginate-rest's releases. v9.2.2 9.2.2 (2025-02-15) Bug Fixes ReDos regex vulnerability, reported by @​DayShift (#660) (e1e4489) Commits e1e4489 fix: ReDos regex...

cla-signed
dependencies
javascript

### Description In PHP 8.4, you need to specifically mention that the parameter is nullable when you default a parameter to null. https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated Also, a few refactors using null coalesce.

### Description Here's a history of events: 1. 2024/02/13: I made a pull request #356 2. 2024/07/23: @webkod3r made and published #363 which was essentially a duplicate 3. 2024/12/11: @webkod3r...