{"id":13473350,"url":"https://github.com/mailchimp/mailchimp-client-lib-codegen","last_synced_at":"2026-01-28T15:30:51.244Z","repository":{"id":39631068,"uuid":"281764887","full_name":"mailchimp/mailchimp-client-lib-codegen","owner":"mailchimp","description":"This tool is used to auto-generate and publish the Mailchimp Marketing and Transactional client libraries.","archived":false,"fork":false,"pushed_at":"2025-12-04T17:46:02.000Z","size":19867,"stargazers_count":45,"open_issues_count":37,"forks_count":78,"subscribers_count":12,"default_branch":"main","last_synced_at":"2026-01-05T15:01:50.402Z","etag":null,"topics":["mailchimp","mailchimp-api","mailchimp-api-v3","mailchimp-api-wrapper","mailchimp-sdk"],"latest_commit_sha":null,"homepage":"https://mailchimp.com/developer/tools/","language":"Mustache","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mailchimp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-22T19:24:13.000Z","updated_at":"2025-12-04T17:46:07.000Z","dependencies_parsed_at":"2025-08-06T15:15:07.150Z","dependency_job_id":"90aceba3-7a75-4ab5-99c5-9ea27656e11a","html_url":"https://github.com/mailchimp/mailchimp-client-lib-codegen","commit_stats":{"total_commits":264,"total_committers":20,"mean_commits":13.2,"dds":0.7575757575757576,"last_synced_commit":"f6bc6060384daeb84d5b1be7f5b37a9bf8e1f725"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mailchimp/mailchimp-client-lib-codegen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailchimp%2Fmailchimp-client-lib-codegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailchimp%2Fmailchimp-client-lib-codegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailchimp%2Fmailchimp-client-lib-codegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailchimp%2Fmailchimp-client-lib-codegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mailchimp","download_url":"https://codeload.github.com/mailchimp/mailchimp-client-lib-codegen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mailchimp%2Fmailchimp-client-lib-codegen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mailchimp","mailchimp-api","mailchimp-api-v3","mailchimp-api-wrapper","mailchimp-sdk"],"created_at":"2024-07-31T16:01:02.880Z","updated_at":"2026-01-28T15:30:51.225Z","avatar_url":"https://github.com/mailchimp.png","language":"Mustache","funding_links":[],"categories":["Mustache"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://mailchimp.com/developer/\"\u003e\n    \u003cimg src=\"./resources/images/mcdev-banner.png\" alt=\"Mailchimp Developer\" width=\"100%\" height=\"auto\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# mailchimp-client-lib-codegen\n\nThis tool is used to auto-generate and publish both Mailchimp Marketing and Transactional client libraries.\n\n## Quick start\n\n```\ngit clone git@github.com:mailchimp/mailchimp-client-lib-codegen.git\ncd mailchimp\nnpm install\nnpm run generate\n```\n\n## Generate clients\n\n```\n# Install codegen\nbrew install swagger-codegen@2\n\n# Update $PATH\nexport JAVA_HOME=\"/usr/libexec/java_home -v 1.8\"\nexport PATH=\"$JAVA_HOME:$PATH\"\nexport PATH=\"/usr/local/opt/swagger-codegen@2/bin:$PATH\"\n\n# See package.json for all available generate commands\nnpm run generate\n```\n\n# Published clients — Internal\n\n| Marketing |                                                                                       |\n| --------- | ------------------------------------------------------------------------------------- |\n| Node.js   | [mailchimp-marketing-node](https://github.com/mailchimp/mailchimp-marketing-node)     |\n| PHP       | [mailchimp-marketing-php](https://github.com/mailchimp/mailchimp-marketing-php)       |\n| Ruby      | [mailchimp-marketing-ruby](https://github.com/mailchimp/mailchimp-marketing-ruby)     |\n| Python    | [mailchimp-marketing-python](https://github.com/mailchimp/mailchimp-marketing-python) |\n\n| Transactional |                                                                                               |\n| ------------- | --------------------------------------------------------------------------------------------- |\n| Node.js       | [mailchimp-transactional-node](https://github.com/mailchimp/mailchimp-transactional-node)     |\n| PHP           | [mailchimp-transactional-php](https://github.com/mailchimp/mailchimp-transactional-php)       |\n| Ruby          | [mailchimp-transactional-ruby](https://github.com/mailchimp/mailchimp-transactional-ruby)     |\n| Python        | [mailchimp-transactional-python](https://github.com/mailchimp/mailchimp-transactional-python) |\n\n# Published clients — External\n\n| Marketing      |                                                                     |\n| -------------- | ------------------------------------------------------------------- |\n| Node           | [NPM](https://www.npmjs.com/package/@mailchimp/mailchimp_marketing) |\n| PHP            | [Packagist](https://packagist.org/packages/mailchimp/marketing)     |\n| Ruby           | [RubyGems](https://rubygems.org/gems/MailchimpMarketing)            |\n| Python (Dist)  | [PyPI](https://pypi.org/project/mailchimp-marketing/)               |\n| Python (Test)) | [PyPI](https://test.pypi.org/project/mailchimp-marketing/)          |\n\n| Transactional |                                                                         |\n| ------------- | ----------------------------------------------------------------------- |\n| Node          | [NPM](https://www.npmjs.com/package/@mailchimp/mailchimp_transactional) |\n| PHP           | [Packagist](https://packagist.org/packages/mailchimp/transactional)     |\n| Ruby          | [RubyGems](https://rubygems.org/gems/MailchimpTransactional)            |\n| Python (Dist) | [PyPI](https://pypi.org/project/mailchimp-transactional/)               |\n| Python (Test) | [PyPI](https://test.pypi.org/project/mailchimp-transactional/)          |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailchimp%2Fmailchimp-client-lib-codegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmailchimp%2Fmailchimp-client-lib-codegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmailchimp%2Fmailchimp-client-lib-codegen/lists"}