Skip to content

Instantly share code, notes, and snippets.

@abhi1010
Created July 2, 2015 06:52
Show Gist options
  • Save abhi1010/a3290e28b2f394852a61 to your computer and use it in GitHub Desktop.
Save abhi1010/a3290e28b2f394852a61 to your computer and use it in GitHub Desktop.
curl commands for rw2
alias cu='curl -Fclient=GH -F"Newedge SGX T+1.2015-03-05.zip=@/private/var/reconwise/emails/Newedge SGX T+1.2015-03-05/Newedge SGX T+1.2015-03-05.zip" localhost:8000/confo/upload/'
alias rpp='curl -F"Daily Statements 2015-02-25=@/private/var/reconwise/emails/Daily_Statements_2015-02-25.xls" localhost:8000/parser/parse/'
alias rpu='curl -F"Daily Statements 2015-03-16=@/tmp/test.csv" localhost:8000/parser/upload/'
alias rcp='curl -F"Daily Statements 2015-02-25=@/private/var/reconwise/emails/Daily_Statements_2015-02-25.xls" localhost:8000/confo/parse/'
alias rpu1='curl -F"Daily Statements 2015-03-16=@/tmp/test.csv" localhost:8000/confo/upload/'
alias rdi='curl -Fclient=1 -Fadapter=GH -F"delta_info.20150403.csv=@/private/var/reconwise/ftp/grasshopper-delta_info-20150403_060205.csv" -F"fields=hedge_ratio" -k https://tamtech.ddns.net/confo/relations/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment