使用curl添加新项目来测试API

时间:2017-04-05 12:38:29

标签: node.js mongodb curl heroku ionic2

我正在关注this tutorial我在最后一部分遇到问题,我们通过使用此curl命令添加Todo来测试api ...

curl -H "Content-Type: application/json" -d '{"description":"Order a tall stack of pancakes, just because."}' https://your-app-name.herokuapp.com/api/todos

当我输入此内容时,我在命令行中出现以下错误...

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Bad Request</pre>
</body>
</html>

任何帮助解释此错误都将不胜感激。

0 个答案:

没有答案