mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 14:44:07 +00:00
12 lines
174 B
JSON
12 lines
174 B
JSON
{
|
|
"meta": {
|
|
"name": "Custom Method FETCH",
|
|
"type": "http",
|
|
"seq": "1"
|
|
},
|
|
"http": {
|
|
"method": "FETCH",
|
|
"url": "https://api.example.com/custom"
|
|
}
|
|
}
|