{"id":16854647,"url":"https://github.com/crykn/jpapi","last_synced_at":"2025-07-27T23:35:22.683Z","repository":{"id":33486013,"uuid":"37131776","full_name":"crykn/jpapi","owner":"crykn","description":"Ein Java Wrapper für die Pewn API","archived":false,"fork":false,"pushed_at":"2018-09-12T22:34:51.000Z","size":768,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T10:47:58.028Z","etag":null,"topics":["gson","pewn","pewn-api"],"latest_commit_sha":null,"homepage":null,"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/crykn.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}},"created_at":"2015-06-09T12:52:37.000Z","updated_at":"2018-11-01T14:43:43.000Z","dependencies_parsed_at":"2022-09-12T19:30:53.973Z","dependency_job_id":null,"html_url":"https://github.com/crykn/jpapi","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/crykn/jpapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crykn%2Fjpapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crykn%2Fjpapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crykn%2Fjpapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crykn%2Fjpapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crykn","download_url":"https://codeload.github.com/crykn/jpapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crykn%2Fjpapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267441449,"owners_count":24087772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":["gson","pewn","pewn-api"],"created_at":"2024-10-13T13:56:13.919Z","updated_at":"2025-07-27T23:35:22.644Z","avatar_url":"https://github.com/crykn.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jpapi\njpapi ist ein Java Wrapper für die [Pewn API](http://pewn.de/papi/). Ziel ist es, eine möglichst übersichtliche und intuitiv benutzbare Schnittstelle bereitzustellen, die in Java einen einfachen Zugriff auf die Funktionen der API erlaubt.\n\n## Erste Schritte\n[Das jpapi Wiki](https://github.com/crykn/jpapi/wiki) enthält ausführliche Informationen zum Aufsetzen eines Projekts, der Funktionsweise des Wrappers und einige aufschlussreiche Beispiele. Die Java Dokumentation lässt sich [hier](http://crykn.github.io/jpapi-javadoc/) finden.\n\n```java\nProject project = Project.getByProjectId(8568);\n\nUser author = project.getAuthor();\nSystem.out.println(author.getName());\n\nHashtag[] hashtags = project.getHashtags();\nfor (Hashtag h : hashtags) {\n\tSystem.out.println(h.getName());\n}\n\nSystem.out.println(Project.getRandom().getImages()[0].getFileName());\n```\n\n## Download\nDie aktuellste Version steht [hier](https://github.com/crykn/jpapi/releases/) zum Download bereit.\n\n[![Release](https://jitpack.io/v/crykn/jpapi.svg)](https://jitpack.io/#crykn/jpapi)\n\n## Abhängigkeiten\n* [Gson](http://mvnrepository.com/artifact/com.google.code.gson/gson/2.8.5)\n* [Retrofit](http://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit/2.4.0)\n* [Retrofit Gson Adapter](http://mvnrepository.com/artifact/com.squareup.retrofit2/converter-gson/2.4.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrykn%2Fjpapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrykn%2Fjpapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrykn%2Fjpapi/lists"}