eskv.client 1.0.28

There is a newer version of this package available.
See the version list below for details.
dotnet add package eskv.client --version 1.0.28                
NuGet\Install-Package eskv.client -Version 1.0.28                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="eskv.client" Version="1.0.28" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add eskv.client --version 1.0.28                
#r "nuget: eskv.client, 1.0.28"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install eskv.client as a Cake Addin
#addin nuget:?package=eskv.client&version=1.0.28

// Install eskv.client as a Cake Tool
#tool nuget:?package=eskv.client&version=1.0.28                

eskv.client

eskv.client is a client library for eskv

Getting started

Add it to your project using the IDE, or the following command:

dotnet add package eskv.client

In an F# script, you can reference it with a #r directive:

#r "nuget: eskv.client"

For beta versions, use the --prerelease flag on the cli or specify the version:

#r "nuget: eskv.client, Version=*-beta*"

Save your first value in the eskv with the following lines in a eskv.fsx script file:

#r "nuget: eskv.client"
open eskv

let client = EskvClient()

client.Save("Hello","World")

Execute it in F# interactive or with dotnet fsi eskv.fsx with eskv server running, and a browser open on http://localhost:5000. You should see a new Hello key with value World appear in the default container.

Code copyright Jérémie Chassaing. eskv and eskv.client are released under the Academic Public License.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.3 444 11/4/2022
1.3.2 389 11/4/2022
1.2.3 441 10/23/2022
1.0.28 413 6/17/2022
1.0.26-gcde74f07e4 170 6/17/2022
1.0.25-g018253e238 148 6/17/2022
1.0.24-beta-gf65e83c8a0 171 3/25/2022
1.0.20-beta-g4b509857e4 181 3/11/2022
1.0.19-beta-g972fb2c79b 171 3/11/2022
1.0.17-beta-g572da9798f 178 3/11/2022
1.0.15-beta-g163c9028c7 181 2/3/2022
1.0.13-beta-g300b52be39 174 2/3/2022
1.0.11-beta-g88318336f9 175 10/15/2021
1.0.10-beta-g58a4e6456c 185 10/15/2021
1.0.9-beta-g23f345ab88 209 10/15/2021
1.0.8-beta-gc770c0f83b 217 10/15/2021
1.0.6-beta-ge21effba94 196 10/14/2021
1.0.4-beta-g576a5818e8 189 10/13/2021
1.0.2-beta-g7de10401cb 214 10/13/2021