API specification published #334
Labels
No labels
0 points
0.5 points
1 point
13 points
2 points
21 points
3 points
34 points
5 points
55 points
8 points
ambition
application-offering
ambition
configure-applications
ambition
front-end
ambition/install-applications
ambition
security
ambition
switch-host
ambition
update-applications
ambition
user-management
api service
blocked
component: fediversity panel
component: nixops4
documentation
estimation high: >3d
estimation low: <2h
estimation mid: <8h
infinite points
productisation
project-management
question
role: application developer
role: application operator
role: hosting provider
role: maintainer
security
technical debt
testing
type unclear
type: bug
type: deliverable
type: key result
type: objective
type: task
type: user story
user experience
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#228 [D2.3] brought into production [2027-11-01]
fediversity/fediversity
#368 API available
fediversity/fediversity
#638 [D2.11] API specification [2026-05-15]
fediversity/fediversity
#673 operator has front-end
fediversity/fediversity
#494 data model used
fediversity/fediversity
Reference
fediversity/fediversity#334
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
As a front-end developer,
I want an (API) spec describing how to interact with Fediversity,
so that I can start work on front-ends.
implementation notes
if supported, topics here might include a hierarchy of: build < deployment < namespace (e.g. user < org).as hierarchies appear not supported, potential topics in our context would include builds and deployments.nix-shell -A devShells.x86_64-linux.operator --run deploy-ssh-hosts.sh default.nix, e.g.proxmox. deployments in this schema should be specified by our operator-facing JSON Schema./src/panel/configuration/schema.json(older example) used in our panel.PATCH-like) imperative expectations such as buttons over forms, which may eventually have use for according imperative-style REST end-points. queues (and superseding prior deployments for the given identifier) may help facilitate this.panel-likeGETendpoint onhttps://HOST/api/v1/deployments/1/old. as such, this is a concern for web applications.DELETE-like operation. a detail-like 'GET' could show current state from a TF back-end or indicate progress, if such progress updates wouldn't already come async on deployment trigger (POST/PUT). potentially some endpoint to cancel (implied in delete operations?), or leave this implied in deployment trigger websocket subscriptions.GETendpoints.https://HOST/api/v1/deployments/proxmox/kiara-123/builds/456vs.https://HOST/api/v1/deployments/proxmox/kiara-123.open questions
publish specto specification publishedspecification publishedto API specification published