{"id":20187240,"url":"https://github.com/touwolf/mailchimp-client-api-v3","last_synced_at":"2025-07-11T07:35:52.368Z","repository":{"id":57729133,"uuid":"60021123","full_name":"touwolf/mailchimp-client-api-v3","owner":"touwolf","description":"mailchimp client api v3 wrapper","archived":false,"fork":false,"pushed_at":"2016-06-21T15:33:52.000Z","size":288,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-11T04:47:34.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/touwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-30T15:39:38.000Z","updated_at":"2016-06-24T16:39:32.000Z","dependencies_parsed_at":"2022-09-10T21:50:11.111Z","dependency_job_id":null,"html_url":"https://github.com/touwolf/mailchimp-client-api-v3","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/touwolf/mailchimp-client-api-v3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fmailchimp-client-api-v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fmailchimp-client-api-v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fmailchimp-client-api-v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fmailchimp-client-api-v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/touwolf","download_url":"https://codeload.github.com/touwolf/mailchimp-client-api-v3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fmailchimp-client-api-v3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264756552,"owners_count":23659304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-14T03:22:10.645Z","updated_at":"2025-07-11T07:35:52.333Z","avatar_url":"https://github.com/touwolf.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/touwolf/mailchimp-client-api-v3.svg?branch=master)](https://travis-ci.org/touwolf/mailchimp-client-api-v3) \n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.touwolf/touwolf-mailchimp-v3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.touwolf/touwolf-mailchimp-v3/bridje-parent)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1c03ea10342e49abba9eee59251440de)](https://www.codacy.com/app/acksecurity/mailchimp-client-api-v3?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=touwolf/mailchimp-client-api-v3\u0026amp;utm_campaign=Badge_Grade)\n\n\n# Mailchimp Client API V3\n\nMailchimp Client API V3 wrapper for **Java**\n\nImplemented API\n==============\n\nAPI Root\n\nBatch Operations\n\nCampaign Folders\n\nCampaigns\n\n    Content\n    Feedback\n    Send Checklist\n\n\n\nLists\n\n    Abuse Reports\n    Activity\n    Clients\n    Growth History\n    Interest Categories\n    Members\n    Merge Fields\n    Segments\n    Webhooks\n\nUsage\n=====\n\n* Add dependency\n\n*Maven*\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.touwolf\u003c/groupId\u003e\n    \u003cartifactId\u003etouwolf-mailchimp-v3\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.7\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n*Gradle*\n```\ncompile 'com.touwolf:touwolf-mailchimp-v3:0.0.7'\n```\n\n* Code\n\n```java\nMailchimpClient mailchimpClient = new MailchimpClientImpl(MY_USER, MY_API_KEY);\nLists lists = mailchimpClient.lists();\n...\n// returns all the list on mailchimp\nMailchimpResponse\u003cListsReadResponse\u003e response = lists.read(new ListsReadRequest());\n...\n```\nDependencies\n============\n\nBridje Core IoC library https://github.com/bridje/bridje-framework/wiki/Bridje-IoC\n\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.bridje\u003c/groupId\u003e\n            \u003cartifactId\u003ebridje-ioc\u003c/artifactId\u003e\n            \u003cversion\u003e0.2.2\u003c/version\u003e\n        \u003c/dependency\u003e\n        \n\nHTTP \u0026 HTTP/2 client for Android and Java applications https://github.com/square/okhttp/wiki\n\n          \u003cdependency\u003e\n            \u003cgroupId\u003ecom.squareup.okhttp3\u003c/groupId\u003e\n            \u003cartifactId\u003eokhttp\u003c/artifactId\u003e\n            \u003cversion\u003e3.3.1\u003c/version\u003e\n        \u003c/dependency\u003e\n        \n\nJava library that can be used to convert Java Objects into their JSON representation https://github.com/google/gson\n\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.google.code.gson\u003c/groupId\u003e\n            \u003cartifactId\u003egson\u003c/artifactId\u003e\n            \u003cversion\u003e2.4\u003c/version\u003e\n        \u003c/dependency\u003e\n\n\n--\n\nThe project is licensed under the MIT License:\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Touwolf Technologies\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftouwolf%2Fmailchimp-client-api-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftouwolf%2Fmailchimp-client-api-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftouwolf%2Fmailchimp-client-api-v3/lists"}