This commit is contained in:
2018-12-18 16:33:35 +00:00
parent 077ee889eb
commit 27b77c5273
36 changed files with 10640 additions and 0 deletions

13
ApiTextResponse.cs Normal file
View File

@@ -0,0 +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
}//eons