Awesome
Cloudflare Workers KV Client for .NET
.NET platform compatibility
This version is compatible with .NET Standard 1.3-2.0.
Quick setup
-
Use NuGet to add the .NET SDK to your project:
Install-Package CloudflareWorkersKv.Client
-
Import the package:
using CloudflareWorkersKv.Client;
-
Create a new client with your credentials:
ICloudflareWorkersKvClient<MyType> kvClient = new CloudflareWorkersKvClient<MyType>("email", "authKey", "accountId", "namespaceId");