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

파일 보기 프로젝트 열기: Bosence/GameJolt-C--API

공개 메소드들

메소드 설명
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