{"id":19725639,"url":"https://github.com/xdev-software/brevo-java-client","last_synced_at":"2025-08-09T02:26:05.044Z","repository":{"id":226028325,"uuid":"767455448","full_name":"xdev-software/brevo-java-client","owner":"xdev-software","description":"A Java client for the Brevo API ","archived":false,"fork":false,"pushed_at":"2024-11-05T07:33:00.000Z","size":1742,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2024-11-05T08:27:44.373Z","etag":null,"topics":["api-client","brevo","brevo-api","brevo-client","openapi","sendinblue","sendinblue-api"],"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/xdev-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"openapi_generator"}},"created_at":"2024-03-05T10:23:22.000Z","updated_at":"2024-11-04T03:17:22.000Z","dependencies_parsed_at":"2024-06-01T03:28:08.191Z","dependency_job_id":"e4a90498-bda5-44d4-8409-3488f179a24a","html_url":"https://github.com/xdev-software/brevo-java-client","commit_stats":null,"previous_names":["xdev-software/brevo-java-client"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fbrevo-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fbrevo-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fbrevo-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fbrevo-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdev-software","download_url":"https://codeload.github.com/xdev-software/brevo-java-client/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224191517,"owners_count":17271068,"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":["api-client","brevo","brevo-api","brevo-client","openapi","sendinblue","sendinblue-api"],"created_at":"2024-11-11T23:32:00.357Z","updated_at":"2025-08-09T02:26:05.025Z","avatar_url":"https://github.com/xdev-software.png","language":"Java","funding_links":["https://opencollective.com/openapi_generator"],"categories":[],"sub_categories":[],"readme":"[![Latest version](https://img.shields.io/maven-central/v/software.xdev/brevo-java-client?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/brevo-java-client)\n[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/brevo-java-client/check-build.yml?branch=develop)](https://github.com/xdev-software/brevo-java-client/actions/workflows/check-build.yml?query=branch%3Adevelop)\n[![API Specification Editor](https://img.shields.io/badge/API--Spec-Editor-85ea2d?logo=swagger)](https://editor.swagger.io/?url=https://raw.githubusercontent.com/xdev-software/brevo-java-client/develop/openapi/openapi.yml)\n\n# \u003cimg src=\"https://corp-backend.brevo.com/wp-content/uploads/2023/05/favicon.svg\" height=\"28\" /\u003e Java Client for [Brevo](https://www.brevo.com/?r=t)\n\nA Java client for the [Brevo](https://www.brevo.com/?r=t) (formerly SendinBlue) API\n\n\u003e [!IMPORTANT]\n\u003e An API-Key is required.\u003cbr/\u003e\n\u003e You can get it at https://app.brevo.com/settings/keys/api\n\nThis client [is generated](./brevo-java-client/pom.xml) from an [``openapi.yml``](./openapi/openapi.yml) using [OpenAPI Generator](https://openapi-generator.tech/).\n\n\u003e [!NOTE]\n\u003e \u003cdetails\u003e\u003csummary\u003eWhy did you create this API client and not use the \u003ca href=\"https://github.com/sendinblue/APIv3-java-library\"\u003ethe official\u003c/a\u003e/\u003ca href=\"https://github.com/getbrevo/brevo-java\"\u003enew official\u003c/a\u003e one?\u003c/summary\u003e\n\u003e\n\u003e We had some problems (as of July 2025) with the \"official\" client:\n\u003e * The (old) client looks seriously outdated:\n\u003e   * it is still called \"SendinBlue\"\n\u003e   * was last updated over a year ago and there was no activity (on issues/PR) since then\n\u003e   * There is at least one CVE in the underlying HTTP client\n\u003e * It looks like there are problems with the underlying dependencies:\n\u003e   * ``maven-gpg-plugin`` is declared as compile dependency\n\u003e   * There is a [dependency for Java 7](https://www.threeten.org/threetenbp/) however the client is built for Java 8+\n\u003e   * There is an extremely outdated version of Apache Commons Lang in use\n\u003e * ...\n\u003e\n\u003e \u003c/details\u003e\n\n## Installation\n[Installation guide for the latest release](https://github.com/xdev-software/brevo-java-client/releases/latest#Installation)\n\n## Demo\nA minimal demo is also available [here](./brevo-java-client-demo/src/main/java/software/xdev/Application.java).\n\n## Support\nIf you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).\n\n## Contributing\nSee the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.\n\n## Dependencies and Licenses\nView the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/brevo-java-client/dependencies)\n\n\u003csub\u003eDisclaimer: This is not an official Brevo product and not associated with Brevo\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fbrevo-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdev-software%2Fbrevo-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fbrevo-java-client/lists"}