{"id":35133445,"url":"https://github.com/aeharding/threadiverse","last_synced_at":"2026-04-01T23:02:20.161Z","repository":{"id":299936874,"uuid":"1004630841","full_name":"aeharding/threadiverse","owner":"aeharding","description":"Unified typescript client for threadiverse instances (Lemmy, Piefed, Mbin etc)","archived":false,"fork":false,"pushed_at":"2025-12-28T03:44:19.000Z","size":636,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T00:58:06.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aeharding.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-18T23:57:45.000Z","updated_at":"2025-12-28T03:44:23.000Z","dependencies_parsed_at":"2025-06-19T03:28:20.766Z","dependency_job_id":"8e9a4273-71c7-4e2c-9ec3-4577c5ac3c2a","html_url":"https://github.com/aeharding/threadiverse","commit_stats":null,"previous_names":["aeharding/threadiverse"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/aeharding/threadiverse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fthreadiverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fthreadiverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fthreadiverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fthreadiverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeharding","download_url":"https://codeload.github.com/aeharding/threadiverse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Fthreadiverse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-28T07:35:30.597Z","updated_at":"2026-04-01T23:02:20.152Z","avatar_url":"https://github.com/aeharding.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"./logo.jpg\" width=\"350\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003ethreadiverse\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nUnified typescript client for threadiverse APIs (Lemmy, Piefed, Mbin etc)\n\u003c/p\u003e\n\n\u003e [!WARNING]\n\u003e **Early Development Stage**: This project is under active development and may undergo significant API changes between versions. While v0, this project's design decisions will be guided by [Voyager](https://github.com/aeharding/voyager)'s usage.\n\n## Features\n\n- 🧙‍♂️ Automagic software detection via `.well-known`\n- 📦 API support:\n  - ✅ Lemmy v0\n  - ⚠️ Lemmy v1 - in development\n  - ⚠️ Piefed - partial, experimental\n  - ❌ Mbin - no support yet (PRs welcome!)\n- 🛑 Guaranteed response types via runtime Zod schema validation\n- 🛡️ Strongly typed internally: Uses official software types (Swagger from Piefed, `lemmy-js-client` from Lemmy) to enforce compat layer type correctness\n\n## Example\n\nThis project provides a `ThreadiverseClient` class which you can use similarly to [`lemmy-js-client`](https://github.com/LemmyNet/lemmy-js-client)'s `LemmyHttp` class. For the most part, it should be a drop-in replacement.\n\n```sh\npnpm i threadiverse\n```\n\n```ts\nimport { ThreadiverseClient } from \"threadiverse\";\n\nconst client = new ThreadiverseClient(\"https://lemmy.world\");\n\nconst posts = await client.getPosts();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeharding%2Fthreadiverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeharding%2Fthreadiverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeharding%2Fthreadiverse/lists"}