Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 237 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 237 Bytes

Running it from curl

export API_PASSWORD="" # Get the password from the log
curl -XPOST --data '{"name": "buy milk"}' \
-H "Content-Type: application/json" \
"http://user:$API_PASSWORD@localhost:8080/api/v1/cards"