mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-24 02:38:06 +02:00
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>
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"project": "omnigraph",
|
|
"openapi_spec": "../openapi.json",
|
|
"stainless_config": "./stainless.yml",
|
|
"targets": {
|
|
"typescript": {
|
|
"output_path": "../sdks/omnigraph-typescript"
|
|
},
|
|
"python": {
|
|
"output_path": "../sdks/omnigraph-python"
|
|
}
|
|
}
|
|
}
|