Permalink
Cannot retrieve contributors at this time
13 lines (8 sloc)
357 Bytes
|
#!/bin/bash |
|
|
|
url=https://api.route4me.com/api.v4/optimization_problem.php |
|
apikey=11111111111111111111111111111111 |
|
optprobid=07372F2CF3814EC6DFFAFE92E22771AA |
|
|
|
# The example refers to the process of getting a single optimization problem. |
|
|
|
curl -o file1.txt -g -X GET -k "$url?api_key=$apikey&optimization_problem_id=$optprobid" |
|
|
|
echo "Finished..." |
|
|
|
sleep 15 |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.