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

ModIO.APIClient.GetAllModfiles

Jackson Wood edited this page Jul 25, 2018 · 12 revisions

APIClient.GetAllModfiles

public static void GetAllModfiles(int modId, RequestFilter filter, PaginationParameters pagination, Action[ResponseArray[Modfile]] successCallback, Action[WebRequestError] errorCallback);

Parameters

Name Description
modId
filter
pagination
successCallback
errorCallback

Description

Get all files that are published for the corresponding mod. Successful request will return a ModIO.API.ResponseArray of ModIO.Modfile. We recommended reading the filtering documentation to return only the records you want.

Clone this wiki locally