{"id":23047340,"url":"https://github.com/commandjoo/wynn4j","last_synced_at":"2025-04-03T02:44:51.493Z","repository":{"id":59002350,"uuid":"533387097","full_name":"CommandJoo/Wynn4j","owner":"CommandJoo","description":"A Simple Wynncraft API Wrapper written in Java","archived":false,"fork":false,"pushed_at":"2022-11-05T19:26:54.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T17:09:32.863Z","etag":null,"topics":["api","java","minecraft","mmorpg","wynncraft"],"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/CommandJoo.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}},"created_at":"2022-09-06T15:27:46.000Z","updated_at":"2024-02-10T19:35:36.000Z","dependencies_parsed_at":"2022-09-24T12:01:36.513Z","dependency_job_id":null,"html_url":"https://github.com/CommandJoo/Wynn4j","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommandJoo%2FWynn4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommandJoo%2FWynn4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommandJoo%2FWynn4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommandJoo%2FWynn4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CommandJoo","download_url":"https://codeload.github.com/CommandJoo/Wynn4j/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927808,"owners_count":20856193,"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":["api","java","minecraft","mmorpg","wynncraft"],"created_at":"2024-12-15T22:32:47.646Z","updated_at":"2025-04-03T02:44:51.453Z","avatar_url":"https://github.com/CommandJoo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Wynn4j**\n[![forthebadge](https://forthebadge.com/images/badges/made-with-java.svg)](https://forthebadge.com)\n\n\n## Description\n\nWynn4j is an easy to use api for ```Java``` that allows you\nto either directly access WynnCraft Api Objects by using the built-in methods that \nare provided or using custom requests allowing the user to access all Api-Endpoints\n\n\n## Importing\nYou can use this api by adding the JitPack repository to your ```build.gradle``` File.\n```groovy\nrepositories {\n    //... your other repositories\n\tmaven { url 'https://jitpack.io' }\n}\n```\nAnd then adding the project to your dependencies\n```groovy\ndependencies {\n    //... your other dependencies\n    implementation 'com.github.CommandJoo:Wynn4j:1.0.0'\n}\n```\n\n\n## Usage\n\nTo get a new instance of the WynnCraftAPI just use\n```java\nWynnCraftAPI api = new WynnCraftAPI(debug);\n```\n\nTo directly get provided objects use the api methods\n```java\nWynnPlayer player = api.player(\"Player Name\");\nWynnItem item = api.item(\"Item Name\", index);\n```\n\nIf you however want to use more complex filters or want to see Guild and User rankings\nYou have to access the api via requests which can be found under ```de.jo.wynn.api.requests``` \nand work like this\n```java\nResponse response = api.request(new Request());\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandjoo%2Fwynn4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommandjoo%2Fwynn4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandjoo%2Fwynn4j/lists"}