{"id":21479866,"url":"https://github.com/erb3/jsrinth","last_synced_at":"2025-03-17T08:44:08.553Z","repository":{"id":196367573,"uuid":"660669627","full_name":"Erb3/jsrinth","owner":"Erb3","description":"Unofficial modrinth API wrapper in TypeScript","archived":false,"fork":false,"pushed_at":"2024-08-09T11:33:14.000Z","size":196,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T18:20:32.901Z","etag":null,"topics":["api-bindings","minecraft","minecraft-modding","modrinth","modrinth-api","rinth"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Erb3.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-30T14:42:11.000Z","updated_at":"2025-01-07T03:11:01.000Z","dependencies_parsed_at":"2023-12-13T21:54:33.125Z","dependency_job_id":"1c5dd3bb-1830-437f-88a0-331cf0eeff3f","html_url":"https://github.com/Erb3/jsrinth","commit_stats":null,"previous_names":["erb3/jsrinth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erb3%2Fjsrinth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erb3%2Fjsrinth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erb3%2Fjsrinth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erb3%2Fjsrinth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Erb3","download_url":"https://codeload.github.com/Erb3/jsrinth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244005412,"owners_count":20382434,"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-bindings","minecraft","minecraft-modding","modrinth","modrinth-api","rinth"],"created_at":"2024-11-23T12:08:38.793Z","updated_at":"2025-03-17T08:44:08.519Z","avatar_url":"https://github.com/Erb3.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e JSRinth \u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eUnofficial\u003c/strong\u003e Modrinth API wrapper in Typescript with zero dependencies and full test coverage\n  \u003cbr\u003e\u003cbr\u003e\n  \u003cimg\n    src=\"https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/github_vector.svg\"\n    alt=\"GitHub icon\"\n  /\u003e\n\u003c/p\u003e\n\n\u003e [!WARNING]\n\u003e JSRinth is still in early development, and should probably not be used in production.\n\n## Contributing\n\nWe use `bun` for development, but you can use the library Node.js or even web!\n\n\u003e [!IMPORTANT]\n\u003e When using with Node.js make sure you are on version v18 or above.\n\u003e Otherwise you won't have access to fetch function.\n\n### Install dependencies\n\nRun `bun i`\n\n### Running tests\n\nRun `bun test`\n\n## To-do\n\n- [ ] Linter\n- [ ] Formatter\n- [x] User-Agent\n- [ ] Projects\n  - [ ] Search\n  - [ ] Get\n  - [ ] Edit\n  - [ ] Delete\n  - [ ] Bulk get\n  - [ ] Bulk edit\n  - [ ] Random\n  - [ ] Create\n  - [ ] Change icon\n  - [ ] Remove icon\n  - [ ] Validate slug / ID\n  - [ ] Add gallery image\n  - [ ] Edit gallery image\n  - [ ] Remove gallery image\n  - [ ] Get dependencies\n  - [ ] Follow\n  - [ ] Unfollow\n  - [ ] Schedule publication\n- [ ] Versions\n  - [ ] List project versions\n  - [ ] Get\n  - [ ] Edit\n  - [ ] Remove\n  - [ ] Create\n  - [ ] Schedule\n  - [ ] Bulk get\n  - [ ] Add files\n  - [ ] Get by hash\n  - [ ] Delete by hash\n  - [ ] Bulk get by hash\n- [ ] Users\n  - [ ] Get\n  - [ ] Edit\n  - [ ] Get from PAT\n  - [ ] Bulk get\n  - [ ] Edit avatar\n  - [ ] Get projects\n  - [ ] Get followed\n  - [ ] Get payout history\n  - [ ] Withdraw\n- [ ] Notifications\n  - [ ] Get\n  - [ ] Get by ID\n  - [ ] Mark as read\n  - [ ] Remove\n  - [ ] Bulk get\n  - [ ] Bulk mark as read\n  - [ ] Bulk remove\n- [ ] Threads\n  - [ ] Get reports\n  - [ ] Get report by ID\n  - [ ] Edit report\n  - [ ] Bulk get reports\n  - [ ] Get thread\n  - [ ] Send thread message\n  - [ ] Bulk get threads\n  - [ ] Remove thread message\n- [ ] Teams\n  - [ ] Get by project\n  - [ ] Get by ID\n  - [ ] Add user\n  - [ ] Bulk get by ID\n  - [ ] Join team\n  - [ ] Edit team member\n  - [ ] Remove team member\n  - [ ] Transfer ownership\n- [ ] Tags\n  - [x] Get categories\n  - [ ] Get loaders\n  - [ ] Get game versions\n  - [ ] Get title + content of license\n  - [ ] Get donation platforms\n  - [ ] Get report types\n  - [ ] Get project types\n  - [ ] Get project-side types\n- [x] Misc\n  - [x] Node statistics\n  - [x] Forge updates\n\n## What to implement\n\nJSRinth should **not** implement API endpoints not featured om the API documentation.\n\n## Copyright disclaimer\n\n\u003e [!Important]\n\u003e Modrinth is property of Rinth Inc. JSRinth is in no way shape or form affiliated with Rinth Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferb3%2Fjsrinth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferb3%2Fjsrinth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferb3%2Fjsrinth/lists"}