Class: RestContext
Parent Class: (?none?)
Location: scripts/GameLib/generated/online/RestContext.c
Description: RestContext class.
The restAPI allows interaction with external webresources in JSON format.
Typical usage : statistics/leaderboards/persistent world.
—
GET(RestCallback cb, string request);
Return type: int
GET_now( string request);
Return type: string
FILE(RestCallback cb, string request, string filename);
Return type: int
FILE_now( string request,string filename);
Return type: string
POST(RestCallback cb, string request,string data);
Return type: int
POST_now( string request,string data);
Return type: string
reset();
Return type: void