C# Class GameJoltAPI.Helpers.Dump

Provides a list of functions used to manipulate the Dump data format the API provides.

See: http://gamejolt.com/api/doc/game/formats/dump/ for further information.

@author Christian "HyperGod" Bosence

@version 0.1.0.0

Show file Open project: Bosence/GameJolt-C--API

Public Methods

Method Description
getData ( string completeUrl ) : Object

Returns an object representing the data. Stripped success line.

Throws a APIFailReturned exception on failure.

Method Details

getData() public static method

Returns an object representing the data. Stripped success line.

Throws a APIFailReturned exception on failure.

public static getData ( string completeUrl ) : Object
completeUrl string The complete URL, including tokens/ids that may be required.
return Object