diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-14 11:52:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-14 11:53:08 +0900 |
| commit | 2889b562e64993482bd13fd806af8ed0865bab8b (patch) | |
| tree | 39400ac4d994fb33d2c544e7d4b9d98f8ecbd86a /typespec/tspconfig.yaml | |
| parent | e216c3bc97994b4172d15d52b46d5f6b75f35ea4 (diff) | |
| download | feedaka-2889b562e64993482bd13fd806af8ed0865bab8b.tar.gz feedaka-2889b562e64993482bd13fd806af8ed0865bab8b.tar.zst feedaka-2889b562e64993482bd13fd806af8ed0865bab8b.zip | |
refactor: migrate API from GraphQL to REST (TypeSpec/OpenAPI)
Replace the entire GraphQL stack (gqlgen, urql, graphql-codegen) with a
TypeSpec → OpenAPI 3.x pipeline using oapi-codegen for Go server stubs
and openapi-fetch + openapi-typescript for the frontend client.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'typespec/tspconfig.yaml')
| -rw-r--r-- | typespec/tspconfig.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/typespec/tspconfig.yaml b/typespec/tspconfig.yaml new file mode 100644 index 0000000..8903035 --- /dev/null +++ b/typespec/tspconfig.yaml @@ -0,0 +1,4 @@ +options: + "@typespec/openapi3": + output-file: openapi.yaml + emitter-output-dir: "{project-root}/../openapi" |
