Permalink
Cannot retrieve contributors at this time
12 lines (8 sloc)
362 Bytes
|
@ECHO OFF |
|
|
|
SET url=http://api.route4me.com/api.v4/optimization_problem.php |
|
SET apikey=11111111111111111111111111111111 |
|
SET optprobid=F685A2CC2466AFC4D2D04086897C01AD |
|
|
|
:: The example refers to the process of getting a single optimization problem. |
|
|
|
ECHO ON |
|
curl -o file1.txt -g -X GET -k "%URL%?api_key=%apikey%&optimization_problem_id=%optprobid%" |
|
|
|
timeout /t 30 |
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.