reorg repo
This commit is contained in:
6
.spike/request/get_id.sh
Normal file
6
.spike/request/get_id.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
curl -i -sS localhost:3000/api/notes/$ID
|
||||
|
||||
curl -sS localhost:3000/api/notes/$ID \
|
||||
| jq '{id:.id, content:.content, title:.title}'
|
||||
Reference in New Issue
Block a user