Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
240 changes: 234 additions & 6 deletions internal/api/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/endpoint-coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ skip DELETE /vaults/{vault_id}/card # excluded from codegen: credit-card handlin
# --- infrastructure, not a user-facing operation -----------------------------
skip GET /ready # load-balancer probe
skip POST /anything/start # anything.notte.cc entry point, not a CLI workflow
skip POST /proxies/gateway/credentials # internal function-runner endpoint for short-lived gateway credentials

# --- not exposed yet ---------------------------------------------------------
# Each of these is a gap someone should close or rule out; listing them is the
Expand Down
Loading