eskv.client 1.0.6-beta-ge21effba94

This is a prerelease version of eskv.client.
There is a newer version of this package available.
See the version list below for details.
dotnet add package eskv.client --version 1.0.6-beta-ge21effba94                
NuGet\Install-Package eskv.client -Version 1.0.6-beta-ge21effba94                
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.6-beta-ge21effba94" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add eskv.client --version 1.0.6-beta-ge21effba94                
#r "nuget: eskv.client, 1.0.6-beta-ge21effba94"                
#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.6-beta-ge21effba94&prerelease

// Install eskv.client as a Cake Tool
#tool nuget:?package=eskv.client&version=1.0.6-beta-ge21effba94&prerelease                

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.

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. 
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 428 11/4/2022
1.3.2 381 11/4/2022
1.2.3 433 10/23/2022
1.0.28 403 6/17/2022
1.0.26-gcde74f07e4 166 6/17/2022
1.0.25-g018253e238 144 6/17/2022
1.0.24-beta-gf65e83c8a0 167 3/25/2022
1.0.20-beta-g4b509857e4 175 3/11/2022
1.0.19-beta-g972fb2c79b 165 3/11/2022
1.0.17-beta-g572da9798f 174 3/11/2022
1.0.15-beta-g163c9028c7 177 2/3/2022
1.0.13-beta-g300b52be39 170 2/3/2022
1.0.11-beta-g88318336f9 169 10/15/2021
1.0.10-beta-g58a4e6456c 181 10/15/2021
1.0.9-beta-g23f345ab88 205 10/15/2021
1.0.8-beta-gc770c0f83b 213 10/15/2021
1.0.6-beta-ge21effba94 192 10/14/2021
1.0.4-beta-g576a5818e8 185 10/13/2021
1.0.2-beta-g7de10401cb 210 10/13/2021