{"id":22165342,"url":"https://github.com/firstdarkdev/curseupload4j","last_synced_at":"2026-02-26T02:37:43.894Z","repository":{"id":159470910,"uuid":"614498186","full_name":"firstdarkdev/CurseUpload4J","owner":"firstdarkdev","description":"A java Wrapper for the CurseForge upload API","archived":false,"fork":false,"pushed_at":"2025-04-13T13:24:17.000Z","size":97,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T14:29:17.779Z","etag":null,"topics":["curseforge","curseforge-api","java","minecraft","publishing"],"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/firstdarkdev.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}},"created_at":"2023-03-15T17:52:08.000Z","updated_at":"2025-04-13T13:24:20.000Z","dependencies_parsed_at":"2023-05-21T01:15:26.108Z","dependency_job_id":"5e03c5c8-56b4-427d-bcb6-31bafaa28326","html_url":"https://github.com/firstdarkdev/CurseUpload4J","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/firstdarkdev/CurseUpload4J","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCurseUpload4J","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCurseUpload4J/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCurseUpload4J/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCurseUpload4J/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstdarkdev","download_url":"https://codeload.github.com/firstdarkdev/CurseUpload4J/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstdarkdev%2FCurseUpload4J/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29848634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":["curseforge","curseforge-api","java","minecraft","publishing"],"created_at":"2024-12-02T05:14:32.784Z","updated_at":"2026-02-26T02:37:43.868Z","avatar_url":"https://github.com/firstdarkdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CurseUpload4J\n\nThis project is an unofficial JAVA wrapper around the [Curseforge Upload API](https://support.curseforge.com/en/support/solutions/articles/9000197321-curseforge-upload-api).\n\nIt was designed for use with our custom Mod Publishing plugin, but anyone can use it.\n\n### Maven Setup\n\nTo use this library in your own Project, add the following maven repository:\n\n```gradle\nmaven {\n    url \"https://maven.firstdarkdev.xyz/releases\"\n}\n```\n\nNext, add the library as a dependency (Replace VERSION with the one above):\n\n![badge](https://maven.firstdarkdev.xyz/api/badge/latest/releases/me/hypherionmc/modutils/CurseUpload4j?color=40c14a\u0026name=CurseUpload4J)\n\n```gradle\nimplementation \"me.hypherionmc.modutils:CurseUpload4j:VERSION\"\n```\n\n---\n\n### Example Usage\n\nBefore anything, you need to create a new `CurseUploadApi` client:\n\n```java\npublic CurseUploadApi uploadApi = new CurseUploadApi(apiKey);\n```\n\n`apiKey` is your CurseForge Upload API key, and is REQUIRED!\n\nAfter creating the client, you can access it anywhere using\n\n```java\nCurseUploadApi.INSTANCE\n```\n\nSee test/java for more examples\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstdarkdev%2Fcurseupload4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstdarkdev%2Fcurseupload4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstdarkdev%2Fcurseupload4j/lists"}