snippets/bruno/CodeSnippets/get_snippets.bru

24 lines
312 B
Text

meta {
name: get_snippets
type: http
seq: 4
}
get {
url: 192.168.1.157:29406/api/snippet?limit=4&skip=0
body: none
auth: none
}
params:query {
limit: 4
skip: 0
}
body:json {
{
"title": "Test Snippet",
"markdown": "## Cool Snippet\ndoes a cool thing",
"tags": ["git", "jj"]
}
}