Table of Contents

Class CasewhereApiClient

Namespace: Casewhere.Common.Utils
Assembly: Casewhere.Common.dll

public class CasewhereApiClient

Inheritance

objectCasewhereApiClient

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<CasewhereApiClient>(CasewhereApiClient)

Constructors

CasewhereApiClient()

public CasewhereApiClient()

Methods

Post(string, object)

public HttpResponseMessage Post(string path, object data)

Parameters

path string

data object

Returns

HttpResponseMessage

PostAsync(string, object)

public Task<HttpResponseMessage> PostAsync(string path, object data)

Parameters

path string

data object

Returns

Task<HttpResponseMessage>