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

ModIO.APIClient.GetUserMods

Jackson Wood edited this page Jul 31, 2018 · 10 revisions

APIClient.GetUserMods

public static void GetUserMods(RequestFilter filter, PaginationParameters pagination, Action<ResponseArray<ModProfile>> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
filter The filter parameters to be applied to the request
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 the mods that the authenticated user is a team member of.

A successful request returns a ResponseArray of all the ModProfiles that the authenticated user added to the mod.io servers or is a team member of, and matches the filter and pagination parameters.

See the mod.io filtering documentation for more comprehensive explanation of the filtering and pagination parameters.

See also: ModIO.APIClient.userAuthorizationToken.

Clone this wiki locally