{"id":31842576,"url":"https://github.com/bileto/motis-java-client","last_synced_at":"2026-04-27T09:01:37.636Z","repository":{"id":314950644,"uuid":"1038225515","full_name":"bileto/motis-java-client","owner":"bileto","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-03T08:27:52.000Z","size":686,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-03T14:46:03.078Z","etag":null,"topics":["api-client","java","journey-planner","motis","spring","trip-planner"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bileto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-08-14T20:34:01.000Z","updated_at":"2026-03-19T22:24:50.000Z","dependencies_parsed_at":"2026-01-04T06:04:29.020Z","dependency_job_id":null,"html_url":"https://github.com/bileto/motis-java-client","commit_stats":null,"previous_names":["bileto/motis-java-client"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/bileto/motis-java-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bileto%2Fmotis-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bileto%2Fmotis-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bileto%2Fmotis-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bileto%2Fmotis-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bileto","download_url":"https://codeload.github.com/bileto/motis-java-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bileto%2Fmotis-java-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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-client","java","journey-planner","motis","spring","trip-planner"],"created_at":"2025-10-12T06:28:01.942Z","updated_at":"2026-04-27T09:01:37.630Z","avatar_url":"https://github.com/bileto.png","language":"Java","funding_links":[],"categories":["Using Data"],"sub_categories":["SDKs"],"readme":"# MOTIS (Journey Planner) API Java Client\n\n## Versioning\n\n[Semantic versioning](https://semver.org/) is not applied. MOTIS API Java Client matches versioning of the [MOTIS](https://github.com/motis-project/motis) itself. Major, minor, and patch version correspond to the release of MOTIS `openapi.yaml`, and forth number is iteration of releases for given MOTIS version.\n\n## Build\n\nThe code is generated from the MOTIS openapi specification. Git submodule `ext/motis` links the MOTIS project at the time of code generation.\n\nIn order to sync local MOTIS repo with the commit specified in project, run\n```shell\ngit submodule update --init --recursive\n```\n\nIn order to download given tag version of MOTIS changes, run following commands:\n\n```shell\ncd ext/motis\ngit fetch --tags\ngit checkout tags/vX.X.X\n```\n\nTo generate code based on the current `ext/motis/openapi.yaml`, run\n\n```shell\ngradle openApiGenerate\n```\n\nOnce the code is generated, you can build it using Gradle.\n\n```shell\ngradle build\n```\n\n## Publishing to GitHub Packages\n\nThis project is configured to publish to GitHub Packages. To publish manually:\n\n1. Set up environment variables:\n   ```shell\n   export GITHUB_USERNAME=your-github-username\n   export GITHUB_TOKEN=your-github-personal-access-token\n   ```\n\n2. Run the `publish` task:\n   ```shell\n   ./gradlew publish\n   ```\n\n### GitHub Personal Access Token\n\nYou need a GitHub Personal Access Token with the following permissions:\n- `write:packages`\n- `read:packages`\n\nGenerate one at: https://github.com/settings/tokens\n\n### Automatic Publishing\n\nThe project includes a GitHub Actions workflow that automatically publishes:\n- On pushes to the `master` branch\n- When a new release is created\n\n## Using the Published Package\n\nTo use this package in another project, add the following to your `build.gradle`:\n\n```gradle\nrepositories {\n    maven {\n        name = \"GitHubPackages\"\n        url = uri(\"https://maven.pkg.github.com/bileto/motis-java-client\")\n        credentials {\n            username = System.getenv(\"GITHUB_USERNAME\") ?: project.findProperty(\"GITHUB_USERNAME\")\n            password = System.getenv(\"GITHUB_TOKEN\") ?: project.findProperty(\"GITHUB_TOKEN\")\n        }\n    }\n}\n\ndependencies {\n    implementation 'dev.bileto:motis-java-client:1.2.3.4'\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbileto%2Fmotis-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbileto%2Fmotis-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbileto%2Fmotis-java-client/lists"}