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.GetAllModKVPMetadata
Jackson Wood edited this page Mar 6, 2019
·
11 revisions
APIClient.GetAllModKVPMetadata
public static void GetAllModKVPMetadata(int modId, APIPaginationParameters pagination, Action<RequestPage<MetadataKVP>> successCallback, Action<WebRequestError> errorCallback);
| Name | Description |
|---|---|
| modId | Mod to retrieve metadata KVP for |
| pagination | The pagination parameters to be applied to the request |
| successCallback | Action to execute if the request succeeds |
| errorCallback | Action to execute if the request returns an error |
Fetches all the KVP metadata for a mod.
Any key-value pair metadata that has been stored with a mod profile will be retrieved by this function. A successful request will return a RequestPage of MetadataKVPs.
See also: docs.mod.io page, ModIO.ModProfile.metadataBlob