2018-06-28 01:01:02 -04:00
|
|
|
curl -H "Content-Type: application/json" -X POST -d@./srce.json http://localhost/source
|
|
|
|
curl -H "Content-Type: application/json" -X POST -d@./map.json http://localhost/regex
|
|
|
|
curl -H "Content-Type: application/json" -X POST -d@./vals.json http://localhost/mapping
|
2018-06-23 14:04:34 -04:00
|
|
|
curl -v -F upload=@./d.csv http://localhost/import?srce=dcard
|