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

ModIO.APIClient.GetAllMods

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

APIClient.GetAllMods

public static void GetAllMods(RequestFilter filter, PaginationParameters pagination, Action[ResponseArray[ModProfile]] successCallback, Action[WebRequestError] errorCallback);

Parameters

Name Description
filter
pagination
successCallback
errorCallback

Description

Get all mods for the corresponding game. Successful request will return a ModIO.API.ResponseArray of ModIO.ModProfile. We recommended reading the filtering documentation to return only the records you want.

Clone this wiki locally