ES3Cloud Constructor

public ES3Cloud(string url, string apiKey)

Description

Creates a new ES3Cloud object which allows us to upload and download data from the given URL, usually pointing to an ES3.php file.

For more information, see the Uploading and Downloading Files using ES3Cloud guide.

Parameters

url The URL to the ES3.php file on your server.

apiKey

The API key you were given when setting up ES3Cloud on your server.

Returns

An new ES3Cloud object.

Examples

C#

JS