@slicervm/sdk 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript SDK for the [Slicer](https://slicervm.com) VM control-plane API.
|
|
4
4
|
|
|
5
|
-
Mirrors the [Go SDK](https://github.com/slicervm/sdk) semantically
|
|
5
|
+
Mirrors the [Go SDK](https://github.com/slicervm/sdk) semantically. The top-level `SlicerClient` exposes `hostGroups`, `vms`, and `secrets` namespaces for control-plane operations; per-VM operations live on a `VM` handle returned from `client.vms.create()` / `client.vms.attach()`.
|
|
6
6
|
|
|
7
7
|
Supports Unix socket and HTTP(S) transports.
|
|
8
8
|
|