C# Class TeamMentor.CoreLib.API_Firebase_Extensionmethods_REST

Afficher le fichier Open project: TeamMentor/Master

Méthodes publiques

Méthode 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, API_Firebase submitData ) : string

Method Details

DELETE() public static méthode

public static DELETE ( this firebase ) : string
firebase this
Résultat string

GET() public static méthode

public static GET ( this firebase ) : string
firebase this
Résultat string

HTTP_Request() public static méthode

public static HTTP_Request ( this firebase, string method, object data ) : string
firebase this
method string
data object
Résultat string

POST() public static méthode

public static POST ( this firebase, object data ) : string
firebase this
data object
Résultat string

PUT() public static méthode

public static PUT ( this firebase, object data ) : string
firebase this
data object
Résultat string

submit_Via_REST() public static méthode

public static submit_Via_REST ( this firebase, API_Firebase submitData ) : string
firebase this
submitData API_Firebase
Résultat string