init
This commit is contained in:
23
docs/api/wishlists/create wishlist.bru
Normal file
23
docs/api/wishlists/create wishlist.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: create wishlist
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{base_url}}/user/wishlists
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "test2",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
20
docs/api/wishlists/delete user wishlist.bru
Normal file
20
docs/api/wishlists/delete user wishlist.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: delete user wishlist
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
delete {
|
||||
url: {{base_url}}/user/wishlists/:uid
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
uid: 019c6dd3-1832-75c1-8955-d545efeb3474
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
8
docs/api/wishlists/folder.bru
Normal file
8
docs/api/wishlists/folder.bru
Normal file
@@ -0,0 +1,8 @@
|
||||
meta {
|
||||
name: wishlists
|
||||
seq: 3
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
16
docs/api/wishlists/get user wishlists.bru
Normal file
16
docs/api/wishlists/get user wishlists.bru
Normal file
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: get user wishlists
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_url}}/user/wishlists
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
20
docs/api/wishlists/get wishlist.bru
Normal file
20
docs/api/wishlists/get wishlist.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: get wishlist
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_url}}/wishlists/:uid
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
uid: 019c6dcd-fde9-7374-a731-f03af290ea85
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user