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

ModIO.APIClient.GetUserModfiles

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

APIClient.GetUserModfiles

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

Parameters

Name Description
filter The filter to be applied to the request
pagination
successCallback
errorCallback

Description

Get all modfiles the authenticated user uploaded. Successful request will return a ModIO.API.ResponseArray of ModIO.Modfile. We recommend reading the filtering documentation to return only the records you want.

Clone this wiki locally