MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.Interfaces.IMoxiWorksClient Interface Reference

Wrapper around the service for allow better Dependancy Injection. More...

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

Public Member Functions

Task< Response< T > > GetRequestAsync< T > (string url)
 
Task< Response< T > > PostRequestAsync< T > (string url, T obj)
 
Task< Response< T > > PutRequestAsync< T, U > (string url, U obj)
 
Task< Response< T > > PutRequestAsync< T > (string url, T obj)
 
Task< Response< T > > DeleteRequestAsync< T > (string url)
 

Detailed Description

Wrapper around the service for allow better Dependancy Injection.


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