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

ModIO.APIClient.GetResourceOwner

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

APIClient.GetResourceOwner

public static void GetResourceOwner(APIResourceType resourceType, int resourceID, Action[UserProfile] successCallback, Action[WebRequestError] errorCallback);

Parameters

Name Description
resourceType
resourceID
successCallback
errorCallback

Description

Get the user that is the original submitter of a resource. Successful request will return a single ModIO.UserProfile.

Clone this wiki locally