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

ModIO.APIClient.apiURL

Jackson Wood edited this page Mar 6, 2019 · 2 revisions

APIClient.apiURL

public static string apiURL;

Description

The base URL for the web API that the APIClient should use.

The APIClient creates an endpoint URL by combining the apiURL with the (API Version)[ModIO.APIClient.API_VERSION] and then adding the endpoint url.

Initialized Value

string.Empty
Clone this wiki locally