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

ModIO.APIClient.GetUserGames

Jackson Wood edited this page Mar 6, 2019 · 10 revisions

APIClient.GetUserGames

public static void GetUserGames(Action<RequestPage<GameProfile>> 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 games that the authenticated user is a team member of.

A successful request returns a RequestPage of all the GameProfiles that the authenticated user added to the mod.io servers or is a team member of.

See also: docs.mod.io page, ModIO.UserAuthenticationData

Clone this wiki locally