Add v1 capability discovery endpoint #102
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starintel-server!102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/api-v1-capabilities"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Start issue #58 with a small, self-contained versioned API contract slice.
GET /api/v1/capabilities{status,data}envelopemasterThis intentionally does not overlap PR #101 / issue #32 target-lease and fencing work.
Why
Clients such as Quasar need one stable request for feature detection instead of inferring server behavior from 404s or hard-coding legacy route assumptions. This is the first bounded piece of #58 rather than a wholesale API migration.
Validation
The branch is based exactly on canonical
master7834d6614378e01232a1c810249d9ae83cec25c5and is currently 0 commits behind it.Local execution was not available in this environment, so the PR is intentionally draft and CI is the validation authority for the Common Lisp test suite.
Refs #58