C# Класс 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

Показать файл Открыть проект

Открытые методы

Метод Описание
getData ( string completeUrl ) : Object

Returns an object representing the data. Stripped success line.

Throws a APIFailReturned exception on failure.

Описание методов

getData() публичный статический Метод

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.
Результат Object