From 9e7460d82b0509e842c712eb307f79601808ed91 Mon Sep 17 00:00:00 2001 From: anthony Date: Sun, 29 Jan 2023 16:16:50 +0000 Subject: [PATCH] Add link to C# client library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1172b83..c2a725b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ const punkapi = require('punkapi-db') These are user contributed wrappers for the API * C - [apfohl/punkapi](https://github.com/apfohl/punkapi) +* C# - [a-bagley/punkapi-net](https://github.com/a-bagley/punkapi-net) * Ruby - [samjbmason/punkapi-ruby](https://github.com/samjbmason/punkapi-ruby) * PHP - [billythekid/PunkApi](https://github.com/billythekid/PunkApi) * JavaScript - [mikefrancis/brewdog.js](https://github.com/mikefrancis/brewdog.js)