Method | Description | |
---|---|---|
DELETE ( this firebase ) : string | ||
GET ( this firebase ) : string | ||
HTTP_Request ( this firebase, string method, object data ) : string | ||
POST ( this firebase, object data ) : string | ||
PUT ( this firebase, object data ) : string | ||
submit_Via_REST ( this firebase, |
public static DELETE ( this firebase ) : string | ||
firebase | this | |
return | string |
public static HTTP_Request ( this firebase, string method, object data ) : string | ||
firebase | this | |
method | string | |
data | object | |
return | string |
public static POST ( this firebase, object data ) : string | ||
firebase | this | |
data | object | |
return | string |
public static PUT ( this firebase, object data ) : string | ||
firebase | this | |
data | object | |
return | string |
public static submit_Via_REST ( this firebase, |
||
firebase | this | |
submitData | ||
return | string |