{"id":23467575,"url":"https://github.com/dipien/github-api","last_synced_at":"2026-05-10T20:42:07.384Z","repository":{"id":46266178,"uuid":"40906173","full_name":"dipien/github-api","owner":"dipien","description":"Java Connector for GitHub API","archived":false,"fork":false,"pushed_at":"2025-07-30T18:52:10.000Z","size":419,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-14T03:10:06.705Z","etag":null,"topics":["github","github-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/dipien.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"dipien","custom":["http://coinbase.dipien.com","http://paypal.dipien.com"]}},"created_at":"2015-08-17T15:31:29.000Z","updated_at":"2025-07-30T18:52:13.000Z","dependencies_parsed_at":"2022-08-30T09:11:26.354Z","dependency_job_id":null,"html_url":"https://github.com/dipien/github-api","commit_stats":null,"previous_names":["maxirosson/jdroid-java-github","maxirosson/jdroid-java-github-connector"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/dipien/github-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipien%2Fgithub-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipien%2Fgithub-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipien%2Fgithub-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipien%2Fgithub-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dipien","download_url":"https://codeload.github.com/dipien/github-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dipien%2Fgithub-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["github","github-api"],"created_at":"2024-12-24T12:37:21.403Z","updated_at":"2026-05-02T03:07:09.720Z","avatar_url":"https://github.com/dipien.png","language":"Java","funding_links":["https://patreon.com/dipien","http://coinbase.dipien.com","http://paypal.dipien.com"],"categories":[],"sub_categories":[],"readme":"[![Dipien](https://raw.githubusercontent.com/dipien/dipien-component-builder/master/.github/dipien_logo.png)](https://medium.com/dipien)\n\n# GitHub API\nJava Connector for GitHub API\n\n## Setup \n\nAdd the following configuration to your `build.gradle`, replacing X.Y.Z by the [latest version](https://github.com/dipien/github-api/releases/latest)\n\n```groovy\n    repositories {\n        mavenCentral()\n    }\n    dependencies {\n        classpath(\"com.dipien:github-api-java:X.Y.Z\")\n    }\n```\n\n## Usage\n\n### Create a Release\n\n    GitHubClient client = new GitHubClient();\n    client.setOAuth2Token(\"GITHUB_OATH_TOKEN\");\n    IRepositoryIdProvider repositoryIdProvider = RepositoryId.create(\"REPOSITORY_OWNER\", \"REPOSITORY_NAME\");\n    \n\tRelease release = new Release();\n\trelease.setBody(\"RELEASE_NOTES\");\n\trelease.setDraft(false);\n\trelease.setName(\"RELEASE_NAME\");\n\trelease.setTagName(\"RELEASE_TAG_NAME\");\n\trelease.setPrerelease(false);\n\trelease.setTargetCommitish(\"BRANCH_NAME\");\n\n\tReleaseService releaseService = new ReleaseService(client);\n\treleaseService.createRelease(repositoryIdProvider, release);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdipien%2Fgithub-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdipien%2Fgithub-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdipien%2Fgithub-api/lists"}