| 77 | |
| 78 | == Predictands == |
| 79 | |
| 80 | In order to test if everything is OK, check if you can get your predictands |
| 81 | |
| 82 | {{{ |
| 83 | curl -i -H "token: your_token" http://meteo.unican.es/dp/rest/predictands |
| 84 | }}} |
| 85 | |
| 86 | Success |
| 87 | {{{ |
| 88 | HTTP/1.1 200 OK |
| 89 | Server: Apache-Coyote/1.1 |
| 90 | Content-Type: application/json;charset=UTF-8 |
| 91 | Transfer-Encoding: chunked |
| 92 | Date: Mon, 24 Mar 2014 14:48:05 GMT |
| 93 | |
| 94 | {"responseCode":"success","message":"List of predictands","values":["NorthAtlantic1_TX","WestPrecipCanary","TnNorthCarolina","TxMaxTempUSA","PrecipGSN","TxUSAPacific","Namibia"]} |
| 95 | }}} |