4648
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
using System.Net.Http;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace raven_integration
|
||||
{
|
||||
public class ApiResponse
|
||||
{
|
||||
public HttpResponseMessage HttpResponse { get; set; }
|
||||
public JObject ObjectResponse { get; set; }
|
||||
public string CompactResponse
|
||||
{
|
||||
get
|
||||
{
|
||||
return ObjectResponse.ToString(Newtonsoft.Json.Formatting.None);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}//eoc
|
||||
using System.Net.Http;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace raven_integration
|
||||
{
|
||||
public class ApiResponse
|
||||
{
|
||||
public HttpResponseMessage HttpResponse { get; set; }
|
||||
public JObject ObjectResponse { get; set; }
|
||||
public string CompactResponse
|
||||
{
|
||||
get
|
||||
{
|
||||
return ObjectResponse.ToString(Newtonsoft.Json.Formatting.None);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}//eoc
|
||||
}//eons
|
||||
Reference in New Issue
Block a user