{"id":50519891,"url":"https://github.com/selfagency/teamdynamix-ts","last_synced_at":"2026-06-03T03:07:22.527Z","repository":{"id":352986923,"uuid":"1216568052","full_name":"selfagency/teamdynamix-ts","owner":"selfagency","description":"🎟️ teamdynamix-ts – A TypeScript client for the TeamDynamix Web API","archived":false,"fork":false,"pushed_at":"2026-04-22T02:13:43.000Z","size":353,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-22T02:39:01.486Z","etag":null,"topics":["js-sdk","sdk-js","tdx","teamdynamix","typescript"],"latest_commit_sha":null,"homepage":"http://teamdynamix-ts.self.agency/","language":"TypeScript","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/selfagency.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,"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":"2026-04-21T03:09:08.000Z","updated_at":"2026-04-22T02:18:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/selfagency/teamdynamix-ts","commit_stats":null,"previous_names":["selfagency/teamdynamix-ts"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/selfagency/teamdynamix-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fteamdynamix-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fteamdynamix-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fteamdynamix-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fteamdynamix-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selfagency","download_url":"https://codeload.github.com/selfagency/teamdynamix-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fteamdynamix-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33845840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"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":["js-sdk","sdk-js","tdx","teamdynamix","typescript"],"created_at":"2026-06-03T03:07:21.092Z","updated_at":"2026-06-03T03:07:22.522Z","avatar_url":"https://github.com/selfagency.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# teamdynamix-ts\n\n[![CI](https://github.com/selfagency/teamdynamix-ts/actions/workflows/ci.yml/badge.svg)](https://github.com/selfagency/teamdynamix-ts/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/selfagency/teamdynamix-ts/graph/badge.svg?token=TbW25stfHD)](https://codecov.io/gh/selfagency/teamdynamix-ts)\n\nSecure Node-first TypeScript client for the TeamDynamix Web API,\ngenerated from OpenAPI 3.1.\n\n## Quick start\n\n```ts\nimport { createTeamDynamixClient } from 'teamdynamix-ts';\n\nconst { client } = await createTeamDynamixClient({\n  tenant: 'api',\n  tokenProvider: async () =\u003e process.env.TEAMDYNAMIX_TOKEN ?? '',\n  environment: 'production',\n  runtimeValidationMode: 'fail-closed',\n});\n\nconst accounts = await client.referenceData.accounts();\n```\n\n## Documentation\n\n- Browse docs in `docs/` with VitePress.\n- Local docs dev server: `pnpm run docs:dev`\n- Build docs: `pnpm run docs:build`\n- Preview built docs: `pnpm run docs:preview`\n\n### API reference in docs\n\n- Full spec page: `docs/api/spec.md`\n- Operation pages: generated from `docs/operations/[operationId].paths.ts`\n- Tag pages: generated from `docs/tags/[tag].paths.ts`\n\n## Development commands\n\n- `pnpm run typecheck` — strict TypeScript checks\n- `pnpm run lint` — Oxlint\n- `pnpm run format:check` — formatting verification\n- `pnpm run lint:md` — markdown lint checks\n- `pnpm run test` — Vitest suite\n\n## Source of truth\n\n- Canonical OpenAPI spec in repo: `src/spec/openapi.yaml`\n- Enriched outputs and reports: `output/`\n- Type generation source: `output/openapi-types.json`\n- Generated declarations: `src/generated/schema.d.ts`\n\n## More detail\n\nSee the full documentation in `docs/` for:\n\n- SDK usage patterns and migration guidance\n- Generated API reference\n- contributor-focused architecture and workflow guidance\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfagency%2Fteamdynamix-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselfagency%2Fteamdynamix-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfagency%2Fteamdynamix-ts/lists"}