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

ModIO.APIClient.GenerateGetRequest

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

APIClient.GenerateGetRequest

public static UnityWebRequest GenerateGetRequest(string endpointURL, string filterString, PaginationParameters pagination);

Parameters

Name Description
endpointURL Endpoint URL for the request
filterString Filter string to be appended to the endpoint URL
pagination Pagination data for the request

Returns

UnityWebRequest: A UnityWebRequest initialized with the data for sending the API request

Description

Generates a prefilled UnityWebRequest for a mod.io API endpoint 'GET' request

Clone this wiki locally