GetRequest

Description

Call any API method from the MultiversX Network.

Declaration

public static void GetRequest<T>(string url, UnityAction<CompleteCallback<T>> completeMethod)

Parameters

Name
Description

T

The return type

url

Get API url

completeMethod

Complete listener

Example

To call this API method:

MultiversX API

Call the GetRequest method as shown:

Last updated