{"id":18828591,"url":"https://github.com/bizzabo/mailchimp_java_client","last_synced_at":"2025-09-12T03:06:34.248Z","repository":{"id":41243448,"uuid":"53053685","full_name":"bizzabo/mailchimp_java_client","owner":"bizzabo","description":"Java client for Mailchimp V3","archived":false,"fork":false,"pushed_at":"2025-04-11T09:26:47.000Z","size":31,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-04-14T03:13:49.591Z","etag":null,"topics":["backend","rnd"],"latest_commit_sha":null,"homepage":"","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/bizzabo.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-03-03T13:50:49.000Z","updated_at":"2022-09-08T07:06:59.000Z","dependencies_parsed_at":"2024-04-23T12:12:59.675Z","dependency_job_id":null,"html_url":"https://github.com/bizzabo/mailchimp_java_client","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizzabo%2Fmailchimp_java_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizzabo%2Fmailchimp_java_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizzabo%2Fmailchimp_java_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizzabo%2Fmailchimp_java_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bizzabo","download_url":"https://codeload.github.com/bizzabo/mailchimp_java_client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813802,"owners_count":21165634,"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":["backend","rnd"],"created_at":"2024-11-08T01:33:25.990Z","updated_at":"2025-04-14T03:14:01.718Z","avatar_url":"https://github.com/bizzabo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mailchimp_java_client\nJava client for Mailchimp V3\n(WIP - partial apis for lists and batch operations)\n\n# Usage:\n\nsetup the main Mailchimp client using endpoint url and the api token:\n```java\nMailchimp mailchimp = new Mailchimp(instanceUrl, token);\n```\nexecute calls to a resource: (example of lists resource)\n```java\nMap\u003cString,Object\u003e params = new HashMap\u003c\u003e();\nparams.put(\"count\", 1000);\nmailchimp.lists().get(params);\n```\nget Interests example:\n```java\nMap\u003cString,Object\u003e params = new HashMap\u003c\u003e();\nparams.put(\"count\", 1000);\nmailchimp.lists().getInterests(listId, categoryId,params);\n```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizzabo%2Fmailchimp_java_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbizzabo%2Fmailchimp_java_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizzabo%2Fmailchimp_java_client/lists"}