Skip to content

Instantly share code, notes, and snippets.

@krusty
Created May 24, 2013 18:02
Show Gist options
  • Save krusty/5645356 to your computer and use it in GitHub Desktop.
Save krusty/5645356 to your computer and use it in GitHub Desktop.
curl "http://localhost:8000/api/subsetdetail/?age__gte=50&age__lte=59&income_range__in=6&gender__in=M&membership_status__in=0&investment_score__in=1,2,3" -H "Pragma: no-cache" -H "Origin: http://localhost:8000" -H "Accept-Encoding: gzip,deflate,sdch" -H "Host: localhost:8000" -H "Accept-Language: en-US,en;q=0.8" -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36" -H "Content-Type: application/json" -H "Accept: application/json, text/javascript, */*; q=0.01" -H "Cache-Control: no-cache" -H "X-Requested-With: XMLHttpRequest" -H "Cookie: GUID=SXQArq6KqxeZgPKPTjUP" -H "Connection: keep-alive" -H "Referer: http://localhost:8000/static/mvp1.html" --data-binary "{\"name\":\"small subset\",\"quantity\":\"5\",\"records\":\"28736\",\"notes\":\"\",\"subsubsets\":[{\"name\":\"Sub-subset 0\",\"subset_type\":1,\"dates\":[\"\"],\"notes\":\"\",\"subset_state\":1},{\"name\":\"Sub-subset 1\",\"subset_type\":1,\"dates\":[\"\"],\"notes\":\"\",\"subset_state\":1},{\"name\":\"Sub-subset 2\",\"subset_type\":1,\"dates\":[\"\"],\"notes\":\"\",\"subset_state\":1},{\"name\":\"Sub-subset 3\",\"subset_type\":1,\"dates\":[\"\"],\"notes\":\"\",\"subset_state\":1},{\"name\":\"Sub-subset 4\",\"subset_type\":1,\"dates\":[\"\"],\"notes\":\"\",\"subset_state\":1}]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment