From e3775eed20bec28afbcff8734df439d81143c4cd Mon Sep 17 00:00:00 2001 From: Degant Puri Date: Wed, 1 Apr 2020 03:08:25 -0700 Subject: [PATCH] Adding another C# client for the APIs Hi great work putting this API together! :) I've added another C# client for consuming the APIs based on the latest v2 contracts with support for all data types that should make it easier for any C# developers (.NET standard / core / framework) to use the API. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df66078d..e43cda13 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,7 @@ These are the available API wrappers created by the community. They are not nece * [CovidSharp by @Abdirahiim](https://github.com/Abdirahiim/covidtrackerapiwrapper) * [Covid19Tracker.NET by @egbakou](https://github.com/egbakou/Covid19Tracker.NET) +* [CovidDotNet by @degant](https://github.com/degant/CovidDotNet) ### Python