This commit is contained in:
2026-02-24 07:05:56 -08:00
parent 76109ad265
commit 13b3aed088
34 changed files with 9807 additions and 9804 deletions

View File

@@ -1,13 +1,13 @@
using System.Net.Http;
using Newtonsoft.Json.Linq;
namespace raven_integration
{
public class ApiTextResponse
{
public HttpResponseMessage HttpResponse {get;set;}
public string TextResponse {get;set;}
}//eoc
using System.Net.Http;
using Newtonsoft.Json.Linq;
namespace raven_integration
{
public class ApiTextResponse
{
public HttpResponseMessage HttpResponse {get;set;}
public string TextResponse {get;set;}
}//eoc
}//eons