MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.MoxiWorksClient Class Reference

Generic point of interaction to the IClientContext
More...

Inheritance diagram for MoxiWorks.Platform.MoxiWorksClient:
MoxiWorks.Platform.Interfaces.IMoxiWorksClient

Public Member Functions

 MoxiWorksClient (IContextClient context=null)
 
async Task< Response< T > > GetRequestAsync< T > (string url)
 
async Task< Response< T > > PostRequestAsync< T > (string url, T obj)
 
async Task< Response< T > > PutRequestAsync< T, U > (string url, U obj)
 
async Task< Response< T > > PutRequestAsync< T > (string url, T obj)
 
async Task< Response< T > > DeleteRequestAsync< T > (string url)
 

Properties

IContextClient ClientContext = new ContextClient() [get, set]
 

Detailed Description

Generic point of interaction to the IClientContext


The documentation for this class was generated from the following file: