{"id":44600380,"url":"https://github.com/inpercima/rest-api","last_synced_at":"2026-02-14T09:17:07.664Z","repository":{"id":15541702,"uuid":"78345947","full_name":"inpercima/rest-api","owner":"inpercima","description":"Java REST-API for specific apps.","archived":false,"fork":false,"pushed_at":"2026-01-10T13:04:13.000Z","size":278,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T04:04:09.952Z","etag":null,"topics":["java","java17","rest","rest-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/inpercima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-01-08T13:56:06.000Z","updated_at":"2026-01-10T13:04:17.000Z","dependencies_parsed_at":"2023-01-11T19:08:16.364Z","dependency_job_id":"0ae7f980-dcc8-462e-abd7-593f66006e47","html_url":"https://github.com/inpercima/rest-api","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/inpercima/rest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Frest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Frest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Frest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Frest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inpercima","download_url":"https://codeload.github.com/inpercima/rest-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Frest-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29441522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"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","java17","rest","rest-api"],"created_at":"2026-02-14T09:17:06.999Z","updated_at":"2026-02-14T09:17:07.659Z","avatar_url":"https://github.com/inpercima.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rest-api\n\n[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)\n[![Release](https://jitpack.io/v/inpercima/rest-api.svg)](https://jitpack.io/#inpercima/rest-api)\n![Github Action CI](https://github.com/inpercima/rest-api/workflows/CI/badge.svg)\n\nJava REST-API for specific apps.\n\n## Prerequisites\n\n### Java\n\n* `jdk 21` or higher\n\n## Getting started\n\n```bash\n# clone project\ngit clone https://github.com/inpercima/rest-api\ncd rest-api\n```\n\n## Usage\n\n### Package\n\n```bash\n# package\n./mvnw clean package\n\n# package without tests\n./mvnw clean package -DskipTests\n```\n\n### Install via jitpack\n\nAdd `jitpack.io` as repository to your project, for maven like\n\n```xml\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003ejitpack.io\u003c/id\u003e\n    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nAdd `rest-api` as dependency to your project, for maven like\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.inpercima\u003c/groupId\u003e\n  \u003cartifactId\u003erest-api\u003c/artifactId\u003e\n  \u003cversion\u003ev1.0.3\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Install via github repository\n\nUpdate or create settings.xml in your `.m2` folder\n\n```xml\n\u003csettings\n  xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd\"\u003e\n\n  \u003cactiveProfiles\u003e\n    \u003cactiveProfile\u003egithub\u003c/activeProfile\u003e\n  \u003c/activeProfiles\u003e\n\n  \u003cprofiles\u003e\n    \u003cprofile\u003e\n      \u003cid\u003egithub\u003c/id\u003e\n      \u003crepositories\u003e\n        \u003crepository\u003e\n          \u003cid\u003ecentral\u003c/id\u003e\n          \u003curl\u003ehttps://repo1.maven.org/maven2\u003c/url\u003e\n        \u003c/repository\u003e\n        \u003crepository\u003e\n          \u003cid\u003egithub\u003c/id\u003e\n          \u003curl\u003ehttps://maven.pkg.github.com/inpercima/*\u003c/url\u003e\n          \u003csnapshots\u003e\n            \u003cenabled\u003etrue\u003c/enabled\u003e\n          \u003c/snapshots\u003e\n        \u003c/repository\u003e\n      \u003c/repositories\u003e\n    \u003c/profile\u003e\n  \u003c/profiles\u003e\n\n  \u003cservers\u003e\n    \u003cserver\u003e\n      \u003cid\u003egithub\u003c/id\u003e\n      \u003cusername\u003eUSERNAME\u003c/username\u003e\n      \u003cpassword\u003ePERSONAL_ACCESS_TOKEN\u003c/password\u003e\n    \u003c/server\u003e\n  \u003c/servers\u003e\n\u003c/settings\u003e\n```\n\nReplace `USERNAME` with your github username.\nReplace `PERSONAL_ACCESS_TOKEN` with your personal access tokens you have to create in github with the scope `read:packages`.\n\nAdd `rest-api` as dependency to your project, for maven like\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003enet.inpercima\u003c/groupId\u003e\n  \u003cartifactId\u003erest-api\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.3\u003c/version\u003e\n\u003c/dependency\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finpercima%2Frest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finpercima%2Frest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finpercima%2Frest-api/lists"}