Removes bruno files

as the endpoints will be deleted as long as the CLI is not finished
This commit is contained in:
Dennis Schoepf 2024-08-30 14:46:09 +02:00
parent 75d1324952
commit 09b82df959
4 changed files with 0 additions and 58 deletions

View file

@ -1,9 +0,0 @@
{
"version": "1",
"name": "freed",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View file

@ -1,6 +0,0 @@
vars {
base_url: http://127.0.0.1:42069
}
vars:secret [
api_key
]

View file

@ -1,21 +0,0 @@
meta {
name: Create feed
type: http
seq: 1
}
post {
url: {{base_url}}/api/v1/users/14515861-7ab1-442e-a1f8-7229ef849996/feeds
body: json
auth: none
}
headers {
x-api-key: {{api_key}}
}
body:json {
{
"url": "https://google.com"
}
}

View file

@ -1,22 +0,0 @@
meta {
name: Create user
type: http
seq: 1
}
post {
url: {{base_url}}/api/v1/users
body: json
auth: none
}
headers {
x-api-key: {{api_key}}
}
body:json {
{
"firstName": "Dennis",
"email": "me@dnsc.io"
}
}