{"id":37026519,"url":"https://github.com/acltabontabon/openwealth-spring-boot-starter","last_synced_at":"2026-01-14T03:05:21.540Z","repository":{"id":264072917,"uuid":"864650442","full_name":"acltabontabon/openwealth-spring-boot-starter","owner":"acltabontabon","description":"A lightweight and developer-friendly Spring Boot library that simplifies integration with OpenWealth APIs.","archived":false,"fork":false,"pushed_at":"2025-09-26T15:31:58.000Z","size":474,"stargazers_count":3,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-26T16:19:15.948Z","etag":null,"topics":["fluent-api","openwealth","openwealth-api","spring-boot","spring-starter","wealth-management"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acltabontabon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"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},"funding":{"ko_fi":"acltabontabon"}},"created_at":"2024-09-28T19:34:02.000Z","updated_at":"2025-09-26T15:23:58.000Z","dependencies_parsed_at":"2024-12-22T10:30:24.045Z","dependency_job_id":"6837eee6-8c40-4142-a517-dd82255b503f","html_url":"https://github.com/acltabontabon/openwealth-spring-boot-starter","commit_stats":null,"previous_names":["acltabontabon/openwealth-spring-starter","acltabontabon/openwealth-spring-boot-starter"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/acltabontabon/openwealth-spring-boot-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acltabontabon%2Fopenwealth-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acltabontabon%2Fopenwealth-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acltabontabon%2Fopenwealth-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acltabontabon%2Fopenwealth-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acltabontabon","download_url":"https://codeload.github.com/acltabontabon/openwealth-spring-boot-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acltabontabon%2Fopenwealth-spring-boot-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fluent-api","openwealth","openwealth-api","spring-boot","spring-starter","wealth-management"],"created_at":"2026-01-14T03:05:20.841Z","updated_at":"2026-01-14T03:05:21.520Z","avatar_url":"https://github.com/acltabontabon.png","language":"Java","funding_links":["https://ko-fi.com/acltabontabon","https://ko-fi.com/acltabontabon)!"],"categories":[],"sub_categories":[],"readme":"\n# OpenWealth Spring Boot Starter\n\n![version](https://img.shields.io/badge/version-1.0.0--Alpha.6-blue)\n![java](https://img.shields.io/badge/java-21%2B-blue)\n![spring-boot](https://img.shields.io/badge/spring--boot-3.4.x-blue)\n![license](https://img.shields.io/github/license/acltabontabon/openwealth-spring-boot-starter)\n[![CodeQL](https://github.com/acltabontabon/openwealth-spring-boot-starter/actions/workflows/codeql.yml/badge.svg)](https://github.com/acltabontabon/openwealth-spring-boot-starter/actions/workflows/codeql.yml)\n\n**A lightweight and developer-friendly Spring Boot library that simplifies integration with [OpenWealth API](https://openwealth.ch).**\n\n\u003e **Disclaimer**  \n\u003e This project is not affiliated with or endorsed by OpenWealth or Synpulse. It is an independent effort to provide a convenient library for developers working with OpenWealth APIs.  \n\u003e\n\u003e For more information about OpenWealth, visit their [official website](https://openwealth.ch).\n\n\n## Features\n\n- Compatible with OpenWealth APIs:\n  - 🚀 **Order Placement API** `v2.0.8`\n  - 👥 **Customer Management API** `v2.0.6`\n  - 🔒 **Custody Services API** `v2.0.3`\n- Simplifies integration with OpenWealth backend services using a Fluent API design\n- Supports both synchronous and asynchronous operations\n\n## Usage\n\n### Maven\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.acltabontabon\u003c/groupId\u003e\n    \u003cartifactId\u003eopenwealth-spring-boot-starter\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0-Alpha.6\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle\n```gradle\nimplementation 'com.acltabontabon:openwealth-spring-boot-starter:1.0.0-Alpha.6'\n```\n\n### Example\nHere's a simple usage example to get you started:\n```java\n@Slf4j\n@Component\npublic class Example {\n\n    @Autowired\n    private CustomerService customerService;\n\n    public void printCustomers() {\n        Result\u003cList\u003cCustomer\u003e\u003e result = customerService.customers().fetch();\n\n        log.info(\"List of customers: {}\", result.getData());\n    }\n}\n```\n\nFor full documentation and examples: [Documentation](https://acltabontabon.com/openwealth-spring-boot-starter/)\n\n## Support\n\nLove this project? Support its development by [buying me a coffee](https://ko-fi.com/acltabontabon)! ☕\n\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facltabontabon%2Fopenwealth-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facltabontabon%2Fopenwealth-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facltabontabon%2Fopenwealth-spring-boot-starter/lists"}