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

ModIO.APIClient.GetGameTagOptions

Jackson Wood edited this page Mar 6, 2019 · 1 revision

APIClient.GetGameTagOptions

public static void GetGameTagOptions(Action<RequestPage<ModTagCategory>> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Fetches the tag categories specified by the game profile.

The response will be a RequestPage of ModTagCategories that define the tagging options for the mod profiles belonging to the game matching the id stored in ModIO.APIClient.gameId.

See also: docs.mod.io page, ModIO.APIClient.gameId

Clone this wiki locally