Skip to content

Commit 4518712

Browse files
njbrakeclaude
andcommitted
chore: defer the gateway /v1/files endpoints in the coverage manifest
The gateway added a Files API that no SDK shell wraps yet; defer those five endpoints under [excluded] so the endpoint-coverage drift gate passes on this regenerated core. Wrapping the Files API is tracked separately. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b40f452 commit 4518712

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sdk-endpoints.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@ POST /v1/audio/speech # binary, not yet wrapped
6060
POST /v1/audio/transcriptions # binary, not yet wrapped
6161
POST /v1/images/generations # binary, not yet wrapped
6262
GET /v1/models/{model_id} # redundant, list_models covers discovery
63+
# Files API: added to the gateway spec, not yet wrapped by any SDK shell.
64+
POST /v1/files # not yet wrapped
65+
GET /v1/files # not yet wrapped
66+
GET /v1/files/{file_id} # not yet wrapped
67+
GET /v1/files/{file_id}/content # not yet wrapped
68+
DELETE /v1/files/{file_id} # not yet wrapped

0 commit comments

Comments
 (0)