Files
notes/work/notea/.spike/request/get_id.sh
Bel LaPointe 8970da11e5 no submod
2023-04-17 11:20:05 -06:00

7 lines
147 B
Bash

#! /bin/bash
curl -i -sS localhost:3000/api/notes/$ID
curl -sS localhost:3000/api/notes/$ID \
| jq '{id:.id, content:.content, title:.title}'