{"id":37024551,"url":"https://github.com/focus-shift/lexoffice-java-sdk","last_synced_at":"2026-01-14T02:58:23.734Z","repository":{"id":63920645,"uuid":"531080225","full_name":"focus-shift/lexoffice-java-sdk","owner":"focus-shift","description":"unofficial Java SDK for lexoffice Public API","archived":false,"fork":false,"pushed_at":"2025-09-29T19:37:16.000Z","size":207,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-29T21:40:30.637Z","etag":null,"topics":["api","java-sdk","lexoffice"],"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/focus-shift.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-31T12:44:40.000Z","updated_at":"2025-09-29T19:37:19.000Z","dependencies_parsed_at":"2023-12-04T14:51:29.721Z","dependency_job_id":"8cfd7250-888e-4b9d-90ff-76884a427ade","html_url":"https://github.com/focus-shift/lexoffice-java-sdk","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/focus-shift/lexoffice-java-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-shift%2Flexoffice-java-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-shift%2Flexoffice-java-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-shift%2Flexoffice-java-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-shift%2Flexoffice-java-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/focus-shift","download_url":"https://codeload.github.com/focus-shift/lexoffice-java-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-shift%2Flexoffice-java-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408799,"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":["api","java-sdk","lexoffice"],"created_at":"2026-01-14T02:58:22.964Z","updated_at":"2026-01-14T02:58:23.727Z","avatar_url":"https://github.com/focus-shift.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lexoffice Java SDK\n\nThis project is an unofficial Java SDK for the [Lexware Office Public API](https://office.lexware.de/funktionen/public-api/).\n\nUse 3.x to access the api via https://api.lexware.io instead of https://api.lexoffice.io.\n\n## Requirements\n\n\n| lexoffice-java-sdk | Java | Spring Boot |\n|--------------------|------|-------------|\n| 3.2                | 21   | 3.5.x       |\n| 3.0                | 21   | 3.4.x       |\n| 2.1                | 21   | 3.4.x       |\n| 2.x                | 21   | 3.3.x       |\n| 1.x                | 17   | 3.1.x       |\n| 0.x                | 17   | 2.7.x       |\n\n\n## Usage\n\nInclude lexoffice java-sdk to your project:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ede.focus-shift.lexoffice\u003c/groupId\u003e\n    \u003cartifactId\u003ejava-sdk\u003c/artifactId\u003e\n    \u003cversion\u003e...\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n```java\nString apiToken = \"\";\nLexofficeApi lexofficeApi = new LexofficeApiBuilder().apiToken(apiToken).build();\n```\n\nSee FAQ [Get an API key](https://developers.lexoffice.io/docs/#faq-get-an-api-key) to generate an API key.\n\n\n## Implementation Status\n\nThe following Endpoints are implemented based on lexoffice developer documentation [change-log](https://developers.lexoffice.io/docs/#change-log) of 16.08.2022.\n\n* [x] Contacts Endpoint\n* [ ] Countries Endpoint\n* [ ] Credit Notes Endpoint\n* [ ] Delivery Notes Endpoint\n* [ ] Dunnings Endpoint\n* [ ] Down Payment Invoices Endpoint\n* [x] Event Subscriptions Endpoint\n* [ ] Files Endpoint\n* [x] Invoices Endpoint\n* [ ] Order Confirmations Endpoint\n* [ ] Payments Endpoint\n* [ ] Payment Conditions Endpoint\n* [ ] Posting Categories Endpoint\n* [ ] Profile Endpoint\n* [x] Quotations\n* [ ] Recurring Templates Endpoint\n* [x] Voucherlist Endpoint\n* [ ] Vouchers Endpoint\n\n\n## Reference documentation\n\nSee [lexoffice API Documentation](https://developers.lexoffice.io/docs/).\n\n\n## License\n\nLexoffice Java SDK is Open Source software released under the [MIT license](LICENSE).\n\n\n## Credits\n\nThis project is based on the work of [rocketbase-io/lexoffice-api](https://github.com/rocketbase-io/lexoffice-api) and\nforked from commit [c192de26e150ff08559d91713e634fe233dc8e08](https://github.com/rocketbase-io/lexoffice-api/commit/c192de26e150ff08559d91713e634fe233dc8e08)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocus-shift%2Flexoffice-java-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffocus-shift%2Flexoffice-java-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocus-shift%2Flexoffice-java-sdk/lists"}