Add static OpenAPI spec and Stainless SDK config

Introduce SDK generation scaffolding: commit a static openapi.json
extracted from the Utoipa annotations via a golden-file test, add
Stainless workspace/config for TypeScript and Python SDKs, and clean
up operation IDs for ergonomic generated method names.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ragnor Comerford 2026-04-17 14:26:31 +02:00
parent 9ad9d1f71f
commit 228032a4ac
No known key found for this signature in database
6 changed files with 1887 additions and 0 deletions

1
.gitignore vendored
View file

@ -16,3 +16,4 @@ __pycache__/
*.pyc
demo/*.omni/
.omnigraph-rustfs-demo/
sdks/