{"id":16920984,"url":"https://github.com/alxkm/octogration","last_synced_at":"2026-02-21T03:03:09.579Z","repository":{"id":138822881,"uuid":"533823717","full_name":"alxkm/octogration","owner":"alxkm","description":"Octogration is github integration library written on java","archived":false,"fork":false,"pushed_at":"2022-09-13T18:24:29.000Z","size":17,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T01:16:05.361Z","etag":null,"topics":["api","client-library","github","github-api","github-api-v3","java","java-api"],"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/alxkm.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}},"created_at":"2022-09-07T15:20:57.000Z","updated_at":"2024-12-18T22:30:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"508d1ac8-0a27-4af1-8c1a-ef00a0d185a9","html_url":"https://github.com/alxkm/octogration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alxkm/octogration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxkm%2Foctogration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxkm%2Foctogration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxkm%2Foctogration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxkm%2Foctogration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alxkm","download_url":"https://codeload.github.com/alxkm/octogration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxkm%2Foctogration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","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","client-library","github","github-api","github-api-v3","java","java-api"],"created_at":"2024-10-13T19:50:15.810Z","updated_at":"2026-02-21T03:03:09.564Z","avatar_url":"https://github.com/alxkm.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Octogration \u003cimg src=\"https://www.svgrepo.com/show/353136/github.svg\" height=\"32px\" alt=\"Octogration\" /\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nOctogration is github integration java library.\nIt provides basic github API integration using feign-core.\n\n\nIt implemented api is enough to build commits analysis tool.\nOr own github application, or github bot to process commit information.\n\nApi cover next areas:\n- commits \n- pull requests\n- commits delta\n- commits file information\n- contributors info\n- other\n\n\n### Quick start\n\nUsing is very simple like it is described in main class:\n\n```java\n\ntry {\n        var githubClient = GithubClientFactory.createGithubClient();\n        var ctx = GithubContext.builder()\n                               .login(\"login\")\n                               .password(\"password\")\n                               .owner(\"owner\")\n                               .repository(\"repo\").build();\n\n        githubClient.getRepositoryContributors(ctx.getHeaders(), ctx.getOwnerRepository())\n                    .forEach(s -\u003e log.info(\"Contributor{{}} to repo{{}}\", s.getId(), ctx.getRepository()));\n        } catch (Exception e) {\n            log.error(\"Error during github test call\", e);\n        }\n\n```\n\n\n\n### Changelog\n\n#### 0.0.1:\n- initial release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falxkm%2Foctogration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falxkm%2Foctogration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falxkm%2Foctogration/lists"}