Typed access
Link operations are reached via client.Api.Link on EksoClient.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Typed SDK access to the Link resource — methods and HTTP routes.
Link operations are reached via client.Api.Link on EksoClient.
await client.Api.Link.GetAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/link/{id} | Retrieves all resolved links for a given entity, including linked item details. |
POST | /api/link | Creates a new link between two entities. |
DELETE | /api/link/{id} | Deletes a link by its identifier. |