{"id":18455952,"url":"https://github.com/luckperms/rest-api-java-client","last_synced_at":"2025-06-22T06:37:41.524Z","repository":{"id":202937006,"uuid":"708456031","full_name":"LuckPerms/rest-api-java-client","owner":"LuckPerms","description":"A Java client for the LuckPerms REST API","archived":false,"fork":false,"pushed_at":"2025-05-26T09:03:28.000Z","size":191,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-26T09:58:14.742Z","etag":null,"topics":[],"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/LuckPerms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-10-22T16:07:30.000Z","updated_at":"2025-05-26T09:03:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"c69b7e90-2bd4-4e9b-a128-5aa76e2c24aa","html_url":"https://github.com/LuckPerms/rest-api-java-client","commit_stats":null,"previous_names":["lucko/rest-api-java-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LuckPerms/rest-api-java-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckPerms%2Frest-api-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckPerms%2Frest-api-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckPerms%2Frest-api-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckPerms%2Frest-api-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LuckPerms","download_url":"https://codeload.github.com/LuckPerms/rest-api-java-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckPerms%2Frest-api-java-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261249796,"owners_count":23130494,"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","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":[],"created_at":"2024-11-06T08:09:37.125Z","updated_at":"2025-06-22T06:37:36.511Z","avatar_url":"https://github.com/LuckPerms.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LuckPerms REST API - Java Client\n\nThe [LuckPerms REST API](https://github.com/LuckPerms/rest-api) allows developers to query LuckPerms data using HTTP calls.\n\nThis library allows developers to make these HTTP calls easily using a familiar Java API. :)\n\n### Usage\n\nAdd a dependency to your Maven/Gradle buildscript:\n\ne.g.\n\n```groovy\nrepositories {\n    maven {\n        url 'https://oss.sonatype.org/content/repositories/snapshots'\n    }\n}\n\ndependencies {\n    implementation 'net.luckperms:rest-api-java-client:0.1-SNAPSHOT'\n}\n```\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003esonatype-snapshots\u003c/id\u003e\n        \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003enet.luckperms\u003c/groupId\u003e\n        \u003cartifactId\u003erest-api-java-client\u003c/artifactId\u003e\n        \u003cversion\u003e0.1-SNAPSHOT\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\nThen, create a new client and start making calls:\n\n```java\nLuckPermsRestClient client = LuckPermsRestClient.builder()\n        .baseUrl(\"http://localhost:8080\")\n        .apiKey(\"abc123\")\n        .build();\n        \nResponse\u003cGroup\u003e response = client.groups().get(\"admin\").execute();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckperms%2Frest-api-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluckperms%2Frest-api-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckperms%2Frest-api-java-client/lists"}