From b1a7658e0373a5beb33131d1e25d04a2cb47963d Mon Sep 17 00:00:00 2001 From: Joris van Eijden Date: Sun, 27 Jun 2021 21:31:33 +0200 Subject: [PATCH] Add csharp api client library (#4626) --- WRAPPERS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WRAPPERS.md b/WRAPPERS.md index 4869c01650..d848abbd60 100644 --- a/WRAPPERS.md +++ b/WRAPPERS.md @@ -5,6 +5,8 @@ | Bash wrapper | No | Yes | might be outdated | | Java library | No | Yes | working (2021-04-13) | | Image using the Java library | No | Yes | out of date | +| .Net/C# library | No | Yes | working (2021-06-08) | + ### Specific python wrapper * Install the DefectDojo Python API via `pip install defectdojo_api`(outdated) or clone @@ -24,3 +26,6 @@ https://github.com/secureCodeBox/defectdojo-client-java ### Image using the Java library https://github.com/DefectDojo/defectdojo-java-client (out of date, update expected) + +### .Net/C# library +https://www.nuget.org/packages/DefectDojo.Api/