Permalink
Cannot retrieve contributors at this time
13 lines (7 sloc)
330 Bytes
|
#!/bin/bash |
|
|
|
url=https://api.route4me.com/api.v4/optimization_problem.php |
|
apikey=11111111111111111111111111111111 |
|
|
|
curl -o file1.txt -g -k -X POST -d "@create_new_optimization_data.json" "$url?api_key=$apikey" |
|
|
|
# The example refers to the process of creating new optimization by sending HTTP data. |
|
|
|
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.