示例#1
0
 public static string DELETE(this API_Firebase firebase)
 {
     return(firebase.HTTP_Request("DELETE", "{}"));
 }
示例#2
0
 public static string POST(this API_Firebase firebase, object data)
 {
     return(firebase.HTTP_Request("POST", data));
 }