Files
bruno/packages/bruno-lang/v2/tests/custom-methods/fixtures/custom-method.json
2025-09-02 23:09:48 +05:30

12 lines
174 B
JSON

{
"meta": {
"name": "Custom Method FETCH",
"type": "http",
"seq": "1"
},
"http": {
"method": "FETCH",
"url": "https://api.example.com/custom"
}
}