Table of Contents

SendCustomRequest

Methods
public void SendCustomRequest(string endpoint, string path, string method, string body, Action<RequestResponse<string>> callback)
Parameters
Type Name Description
string endpoint
string path
string method
string body
Action<RequestResponse<string>> callback