Last updated 1 year ago
Make any kind of POST request using the .
public static void PostRequest<T>(string url, string jsonData, UnityAction<CompleteCallback<T>> completeMethod)
T
The return type
url
POST API url
jsonData
JSON data to send
completeMethod
Complete listener