chore: remove bruno (deprecated)

This commit is contained in:
Juan Rodriguez
2024-07-10 21:32:33 +02:00
parent 72654ab9fb
commit d7a4ce25aa
12 changed files with 0 additions and 134 deletions
-17
View File
@@ -1,17 +0,0 @@
meta {
name: Create Link - Invalid url
type: http
seq: 3
}
post {
url: {{baseUrl}}/api/links
body: json
auth: none
}
body:json {
{
"url": 1
}
}
-17
View File
@@ -1,17 +0,0 @@
meta {
name: Create Link - Malformed
type: http
seq: 2
}
post {
url: {{baseUrl}}/api/links
body: json
auth: none
}
body:json {
{
"test": "https://monocuco.donado.co"
}
}
-17
View File
@@ -1,17 +0,0 @@
meta {
name: Create Link
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/links
body: json
auth: none
}
body:json {
{
"url": "https://monocuco.donado.co"
}
}
-11
View File
@@ -1,11 +0,0 @@
meta {
name: Delete Link
type: http
seq: 7
}
delete {
url: {{baseUrl}}/api/links/995c5abf-2506-4d3e-b664-f2168c34b936
body: none
auth: none
}
-11
View File
@@ -1,11 +0,0 @@
meta {
name: Get Links
type: http
seq: 4
}
get {
url: {{baseUrl}}/api/links
body: none
auth: none
}
-11
View File
@@ -1,11 +0,0 @@
meta {
name: Index Link
type: http
seq: 5
}
get {
url: {{baseUrl}}/HkIN8g
body: none
auth: none
}
-11
View File
@@ -1,11 +0,0 @@
meta {
name: Ping
type: http
seq: 8
}
get {
url: {{baseUrl}}/api/ping
body: none
auth: none
}
-17
View File
@@ -1,17 +0,0 @@
meta {
name: Update Link
type: http
seq: 6
}
put {
url: {{baseUrl}}/api/links/b5a0112d-49e6-4bc9-bd2b-6d5cc10cd5d2
body: json
auth: none
}
body:json {
{
"url": "https://idonthavespotify.donado.co"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"version": "1",
"name": "url-shortener",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}
-3
View File
@@ -1,3 +0,0 @@
headers {
X-Api-Key: {{apiKey}}
}
-4
View File
@@ -1,4 +0,0 @@
vars {
baseUrl: http://localhost:4000
apiKey: xYBDV_vGC3_pcGss3Z2lGA
}
-6
View File
@@ -1,6 +0,0 @@
vars {
baseUrl: https://bit.donado.co
}
vars:secret [
apiKey
]