This commit is contained in:
13
ApiTextResponse.cs
Normal file
13
ApiTextResponse.cs
Normal 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
|
||||
Reference in New Issue
Block a user