Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

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);

Parameters

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

Description

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

Clone this wiki locally