This repository was archived by the owner on Sep 21, 2022. It is now read-only.
-
Couldn't load subscription status.
- Fork 16
ModIO.APIClient.GeneratePutRequest
Jackson Wood edited this page Mar 6, 2019
·
8 revisions
APIClient.GeneratePutRequest
public static UnityWebRequest GeneratePutRequest(string endpointURL, StringValueParameter[] valueFields);
| Name | Description |
|---|---|
| endpointURL | Endpoint URL for the request |
| valueFields | The string values to be submitted with the PUT request |
UnityWebRequest: A UnityWebRequest initialized with the data for sending the API request
Generates the object for a mod.io PUT request.
The UnityWebRequest that is created is initialized with the values for a mod.io server endpoint request that requires a user authentication token and can be sent as-is.