timeline/data/get-data.sh
changeset 74 e107c77600e8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/timeline/data/get-data.sh	Fri Jul 06 18:57:20 2012 +0200
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+curl -u motdepasse:secret -H "Accept: application/json" http://dev.tivipro.tv/eulalie2/www2/Univers > api_univers.json
+curl -u motdepasse:secret -H "Accept: application/json" http://dev.tivipro.tv/eulalie2/www2/Personnage > api_personnage.json
+curl -u motdepasse:secret -H "Accept: application/json" http://dev.tivipro.tv/eulalie2/www2/OccurrenceNarrative > api_occurrence_narrative.json
+curl -u motdepasse:secret -H "Accept: application/json" http://dev.tivipro.tv/eulalie2/www2/OccurrencePublication > api_occurrence_publication.json
\ No newline at end of file