timeline/data/get-data.sh
author veltr
Fri, 04 Oct 2013 15:39:08 +0200
changeset 102 2f1ef2ded30c
parent 74 e107c77600e8
permissions -rw-r--r--
Added favorites display and participation count with random data
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
74
e107c77600e8 Started work on List View
veltr
parents:
diff changeset
     1
#!/bin/bash
e107c77600e8 Started work on List View
veltr
parents:
diff changeset
     2
e107c77600e8 Started work on List View
veltr
parents:
diff changeset
     3
curl -u motdepasse:secret -H "Accept: application/json" http://dev.tivipro.tv/eulalie2/www2/Univers > api_univers.json
e107c77600e8 Started work on List View
veltr
parents:
diff changeset
     4
curl -u motdepasse:secret -H "Accept: application/json" http://dev.tivipro.tv/eulalie2/www2/Personnage > api_personnage.json
e107c77600e8 Started work on List View
veltr
parents:
diff changeset
     5
curl -u motdepasse:secret -H "Accept: application/json" http://dev.tivipro.tv/eulalie2/www2/OccurrenceNarrative > api_occurrence_narrative.json
e107c77600e8 Started work on List View
veltr
parents:
diff changeset
     6
curl -u motdepasse:secret -H "Accept: application/json" http://dev.tivipro.tv/eulalie2/www2/OccurrencePublication > api_occurrence_publication.json