Skip to content

Commit

Permalink
Add iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadimkin authored and Jeremy Heiler committed Oct 19, 2019
1 parent da4b938 commit 3046d40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exporter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ curl -X GET \
-H "Content-Type: application/json" \
-L "https://api.clubhouse.io/api/beta/files?token=$CLUBHOUSE_API_TOKEN" > data/files.json 2>/dev/null

echo "Saving all Iterations to data/iterations.json"
curl -X GET \
-H "Content-Type: application/json" \
-L "https://api.clubhouse.io/api/beta/iterations?token=$CLUBHOUSE_API_TOKEN" > data/iterations.json 2>/dev/null

echo "Saving all Labels to data/labels.json"
curl -X GET \
-H "Content-Type: application/json" \
Expand Down

0 comments on commit 3046d40

Please sign in to comment.