From ec5b66854ab86b271a38adf683ced03bd8e0a883 Mon Sep 17 00:00:00 2001 From: bohdanm-bb Date: Thu, 8 Feb 2024 20:03:07 +0200 Subject: [PATCH] Add restsharp using --- Apps.XTM/Invocables/XtmInvocable.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Apps.XTM/Invocables/XtmInvocable.cs b/Apps.XTM/Invocables/XtmInvocable.cs index d6ffe21..f5ef8db 100644 --- a/Apps.XTM/Invocables/XtmInvocable.cs +++ b/Apps.XTM/Invocables/XtmInvocable.cs @@ -5,6 +5,7 @@ using Blackbird.Applications.Sdk.Common; using Blackbird.Applications.Sdk.Common.Authentication; using Blackbird.Applications.Sdk.Common.Invocation; +using RestSharp; using TermService; namespace Apps.XTM.Invocables;