Removes bruno files
as the endpoints will be deleted as long as the CLI is not finished
This commit is contained in:
parent
75d1324952
commit
09b82df959
4 changed files with 0 additions and 58 deletions
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"version": "1",
|
||||
"name": "freed",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
vars {
|
||||
base_url: http://127.0.0.1:42069
|
||||
}
|
||||
vars:secret [
|
||||
api_key
|
||||
]
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue