1 * http://amda.irap.omp.eu/AMDA/data/WSRESULT/getdataset_ace-imf-all_20130923T090000_20130924T130000.txt * [status] => done * * @apiErrorExample Error-Response: * {"error":"Cannot find info file for dataset ace-imf-any"} */ //ini_set("allow_url_fopen", true); require_once '../config.php'; $amda_ws = new WebServer(); $result = $amda_ws->getGranule($_GET); echo json_encode($result); ?>