{"id":19725621,"url":"https://github.com/xdev-software/sched-java-client","last_synced_at":"2025-09-17T11:32:38.393Z","repository":{"id":186908405,"uuid":"674271929","full_name":"xdev-software/sched-java-client","owner":"xdev-software","description":"Java client for the Sched API","archived":false,"fork":false,"pushed_at":"2024-11-08T02:31:55.000Z","size":883,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-11-08T03:29:04.475Z","etag":null,"topics":["api-client","client","jcon","openapi","sched","sched-client"],"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":"2023-08-03T14:33:27.000Z","updated_at":"2024-11-04T03:16:58.000Z","dependencies_parsed_at":"2024-01-18T17:56:55.088Z","dependency_job_id":"b8e178b4-6df1-4d7d-bb73-b6365636a009","html_url":"https://github.com/xdev-software/sched-java-client","commit_stats":null,"previous_names":["xdev-software/sched-java-client"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fsched-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fsched-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fsched-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fsched-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdev-software","download_url":"https://codeload.github.com/xdev-software/sched-java-client/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224191444,"owners_count":17271047,"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","client","jcon","openapi","sched","sched-client"],"created_at":"2024-11-11T23:31:39.887Z","updated_at":"2025-09-17T11:32:33.045Z","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/sched-java-client?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/sched-java-client)\n[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/sched-java-client/check-build.yml?branch=develop)](https://github.com/xdev-software/sched-java-client/actions/workflows/check-build.yml?query=branch%3Adevelop)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_sched-java-client\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_sched-java-client)\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/sched-java-client/develop/openapi/openapi.yml)\n\n# \u003cimg src=\"https://i0.wp.com/sched.com/wp-content/uploads/2021/11/cropped-favicon.png?fit=28,28\u0026ssl=1\" height=\"28\" /\u003e [sched](https://sched.com/)-java-client\nJava client for the [Sched API](https://sched.com/api)\n\n\u003e [!IMPORTANT]\n\u003e An API-Key is required for using the API.\u003cbr/\u003e\n\u003e You can get a key - if you have a payed plan - at https://insertYourConferenceHERE.sched.com/editor/exports/api\n\nThis client [is generated](./sched-java-client/pom.xml) from an [``openapi.yml``](./openapi/openapi.yml) using [OpenAPI Generator](https://openapi-generator.tech/).\n\n\u003e [!NOTE]\n\u003e The client may look/behave odd because the Sched API violates some well established standards.\n\u003e \u003cdetails\u003e\u003csummary\u003eList of violations\u003c/summary\u003e\n\u003e \n\u003e * Errors are (partially) returned with status code [``200 (OK)``](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/200)\n\u003e * ``text/html`` is used as [content type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#important_mime_types_for_web_developers) for plain text (should be ``text/plain``)\n\u003e * ``boolean`` is handled as ``\"Y\"``/``\"N\"`` or as ``\"0\"``/``\"1\"``\n\u003e * Numbers are (partially) handled as string\n\u003e * Dates are not formatted according to [``RFC 3339``](https://datatracker.ietf.org/doc/html/rfc3339)\n\u003e * Sometimes unix timestamps are used instead of dates\n\u003e * Arrays are not handled as arrays and instead comma separated lists are used\n\u003e * Some fields are not returned when using the 'Read-Only API Key' e.g. the ``id`` of users\n\u003e * Incorrect [HTTP Request methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) are used. E.g. ``GET`` for  ``/api/session/del`` (should be ``DELETE``)\n\u003e * Some endpoints don't return JSON by default\n\u003e \n\u003e \u003c/details\u003e\n\n#### API Support Status\n\n\u003cdetails\u003e\u003csummary\u003eSupported endpoints\u003c/summary\u003e\n\n* Site\n  * Sync\n* Session\n  * Add ✔️\n  * Modify ✔️\n  * Delete ✔️\n  * List ✔️\n  * Export ✔️\n  * Seats\n  * Count\n* User\n  * List ✔️\n  * Add ✔️\n  * Modify ✔️\n  * Get\n  * Active\n  * Avatar\n  * Sessions\n* Auth¹\n  * Login\n* Tag\n  * Add\n  * Modify\n  * Delete\n  * List\n* Going¹\n  * Add\n  * Delete\n  * Schedule\n  * All\n* Assets\n  * Banner\n* Role\n  * Add ✔️\n  * Delete ✔️\n  * Export\n\n¹ Handles `User Session Key`\n\u003c/details\u003e\n\n## Installation\n[Installation guide for the latest release](https://github.com/xdev-software/sched-java-client/releases/latest#Installation)\n\n## Demo\nA minimal demo is also available [here](./sched-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/sched-java-client/dependencies)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fsched-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdev-software%2Fsched-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fsched-java-client/lists"}