{"id":15103232,"url":"https://github.com/marcincho/gh_api","last_synced_at":"2026-02-11T05:01:13.360Z","repository":{"id":251981157,"uuid":"838498162","full_name":"MarcinCho/GH_api","owner":"MarcinCho","description":"Github api client with Quarkus 3","archived":false,"fork":false,"pushed_at":"2024-08-09T05:50:58.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T01:23:20.419Z","etag":null,"topics":["java","java-21","junit5","quarkus","quarkusio","restassured","wiremock"],"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/MarcinCho.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}},"created_at":"2024-08-05T19:04:08.000Z","updated_at":"2024-08-09T05:51:01.000Z","dependencies_parsed_at":"2025-02-08T02:31:46.206Z","dependency_job_id":null,"html_url":"https://github.com/MarcinCho/GH_api","commit_stats":null,"previous_names":["marcincho/atipera","marcincho/gh_api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarcinCho/GH_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcinCho%2FGH_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcinCho%2FGH_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcinCho%2FGH_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcinCho%2FGH_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcinCho","download_url":"https://codeload.github.com/MarcinCho/GH_api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcinCho%2FGH_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["java","java-21","junit5","quarkus","quarkusio","restassured","wiremock"],"created_at":"2024-09-25T19:22:30.927Z","updated_at":"2026-02-11T05:01:13.333Z","avatar_url":"https://github.com/MarcinCho.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github public repositories client\nSimple API service to check user public repositories and branches.\n## How to run\n**Requierments**  \nJava 21  \nMaven \u003e= 3.8.6\n\n1. Clone the repository\n```bash\ngit clone https://github.com/MarcinCho/gh_api.git\n\n```\n2. Change working directory\n```bash\ncd atipera/\n```\n3. Run program  \nDev mode or package it and run from jar\n```bash\n# dev mode\n./mvnw compile quarkus:dev\n\n# Package to jar\n./mvnw package -Dquarkus.package.jar.type=uber-jar\n\n# Run jar\n./mvnw package -Dquarkus.package.jar.type=uber-jar\n```\nCreate Docker image:\n```bash\n# first create native executable with\n./mvnw package -Dnative -Dquarkus.native.container-build=true\n\n# next create Docker img\ndocker build -f src/main/docker/Dockerfile.native -t quarkus/gh_api .\n\n# run Docker img\ndocker run -i --rm -p 8080:8080 quarkus/gh_api\n```\n\n\n4. Application starts at http://localhost:8080\n5. To get repositories of given user use path http://localhost:8080/api/{username}\n6. OpenAPI documentation is availlible a http://localhost:8080/q/swagger-ui  \n   Expected outcomes are provided within documentation.\n\n\n\u003cfont color=\"red\"\u003eIf response has a 403 status code, please read github documentation\u003c/font\u003e  \nhttps://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcincho%2Fgh_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcincho%2Fgh_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcincho%2Fgh_api/lists"}