We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c0386 commit f657bacCopy full SHA for f657bac
README.md
@@ -22,7 +22,8 @@ This nuget package is resposible for all integration with C# and Coreflux.
22
}
23
24
- Get all installed assets @ our Coreflux Hub and if they are started / stop them
25
- Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
+
26
+ Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
27
var InstalledAssets = API.GetInstances();
28
29
foreach(var inst in InstalledAssets)
0 commit comments