Skip to content

Instantly share code, notes, and snippets.

@wna-se
Last active August 27, 2015 07:03
Show Gist options
  • Select an option

  • Save wna-se/228fe2708c9a3e6c88f4 to your computer and use it in GitHub Desktop.

Select an option

Save wna-se/228fe2708c9a3e6c88f4 to your computer and use it in GitHub Desktop.
cat <<EOT | curl -X POST -H "Content-Type: application/json" http://dflow/api/jobs -d @-
{
"api_key": "test_key",
"job":
{
"copyright": "false",
"treenode_id": "3",
"name": "Test job name",
"object_info": "",
"comment": "",
"catalog_id": "1234",
"source": "libris",
"source_label": "Libris",
"title": "Water and water pollution handbook.",
"metadata": {
"type_of_record": "am"
},
"is_periodical": "false",
"xml": "<xml />"
}
}
EOT
@wna-se
Copy link
Author

wna-se commented Aug 27, 2015

Underbart!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment