mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-10 12:33:21 +00:00
Rename docs
This commit is contained in:
parent
99f8e89727
commit
0da063a9cc
6 changed files with 0 additions and 0 deletions
19
bruno-docs/Library/Get File.bru
Normal file
19
bruno-docs/Library/Get File.bru
Normal file
|
@ -0,0 +1,19 @@
|
|||
meta {
|
||||
name: Get File
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:8080/api/library/:libraryId/files/download?path=
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
path:
|
||||
}
|
||||
|
||||
params:path {
|
||||
libraryId: dbabbf7d-9b63-487b-9908-57c2df11b2d2
|
||||
}
|
15
bruno-docs/Library/Info.bru
Normal file
15
bruno-docs/Library/Info.bru
Normal file
|
@ -0,0 +1,15 @@
|
|||
meta {
|
||||
name: Info
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:8080/api/library/:libraryId
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:path {
|
||||
libraryId: dbabbf7d-9b63-487b-9908-57c2df11b2d2
|
||||
}
|
19
bruno-docs/Library/List Files.bru
Normal file
19
bruno-docs/Library/List Files.bru
Normal file
|
@ -0,0 +1,19 @@
|
|||
meta {
|
||||
name: List Files
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:8080/api/library/:libraryId/files?path=
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
path:
|
||||
}
|
||||
|
||||
params:path {
|
||||
libraryId: dbabbf7d-9b63-487b-9908-57c2df11b2d2
|
||||
}
|
20
bruno-docs/Library/Move File.bru
Normal file
20
bruno-docs/Library/Move File.bru
Normal file
|
@ -0,0 +1,20 @@
|
|||
meta {
|
||||
name: Move File
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:8080/api/library/:libraryId/files/move?from=&to=
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
from:
|
||||
to:
|
||||
}
|
||||
|
||||
params:path {
|
||||
libraryId: dbabbf7d-9b63-487b-9908-57c2df11b2d2
|
||||
}
|
19
bruno-docs/Library/Upload File.bru
Normal file
19
bruno-docs/Library/Upload File.bru
Normal file
|
@ -0,0 +1,19 @@
|
|||
meta {
|
||||
name: Upload File
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:8080/api/library/:libraryId/files/move?path=
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
path:
|
||||
}
|
||||
|
||||
params:path {
|
||||
libraryId: dbabbf7d-9b63-487b-9908-57c2df11b2d2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue