Method | Description | |
---|---|---|
APIReader ( string _url, string apiKey, outputFormat fmt ) : System | ||
IsValidJSON ( string json ) : bool | ||
IsValidXML ( string xml ) : bool | ||
getFetchedResults ( ) : string | ||
getOutput ( outputFormat fmt ) : string |
Method | Description | |
---|---|---|
executeURL ( ) : string |
public APIReader ( string _url, string apiKey, outputFormat fmt ) : System | ||
_url | string | |
apiKey | string | |
fmt | outputFormat | |
return | System |
public getOutput ( outputFormat fmt ) : string | ||
fmt | outputFormat | |
return | string |