C# Class TestAPI.APIReader

Afficher le fichier Open project: neomatrix369/RESTAPIUnifier Class Usage Examples

Méthodes publiques

Méthode Description
APIReader ( string _url, string apiKey, outputFormat fmt ) : System
IsValidJSON ( string json ) : bool
IsValidXML ( string xml ) : bool
getFetchedResults ( ) : string
getOutput ( outputFormat fmt ) : string

Private Methods

Méthode Description
executeURL ( ) : string

Method Details

APIReader() public méthode

public APIReader ( string _url, string apiKey, outputFormat fmt ) : System
_url string
apiKey string
fmt outputFormat
Résultat System

IsValidJSON() public méthode

public IsValidJSON ( string json ) : bool
json string
Résultat bool

IsValidXML() public méthode

public IsValidXML ( string xml ) : bool
xml string
Résultat bool

getFetchedResults() public méthode

public getFetchedResults ( ) : string
Résultat string

getOutput() public méthode

public getOutput ( outputFormat fmt ) : string
fmt outputFormat
Résultat string