Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ddClient.extension.vm.service
.then((value: any) => console.log(value)
```

See [Service API Reference](/reference/api/extensions-sdk/HttpService.md) for other methods such as POST, UPDATE, and DELETE.
See [Service API Reference](/reference/api/extensions-sdk/HttpService.md) for other HTTP methods.

> Deprecated extension backend communication
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ddClient.host.openExternal("https://docker.com");

For more details about method parameters and the return types available, see [Desktop host API reference](/reference/api/extensions-sdk/Host.md).

> Deprecated user notifications
> Deprecated external URL opening
>
> This method is deprecated and will be removed in a future version. Use the methods specified above.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ The `ddClient` object gives access to various APIs:
- [Dashboard](dashboard.md)
- [Navigation](dashboard-routes-navigation.md)

See also the [Extensions API reference](reference/api/extensions-sdk/_index.md).
See also the [Extensions API reference](/reference/api/extensions-sdk/_index.md).