post()
No Description Provided
Function Definition
ts
public post(url: string, body: string): Promise<IHttpResponse>;
Arguments
- url: string
 - body: string
 
Returns
- Promise<IHttpResponse>
 
Documentation
No Documentation Provided Yet