feat(api docs): added in bruno api docs
This commit is contained in:
15
LogisticsSupportTool_API_DOCS/Controller/build app V2.bru
Normal file
15
LogisticsSupportTool_API_DOCS/Controller/build app V2.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: build app V2
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:8080/build
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
15
LogisticsSupportTool_API_DOCS/Controller/build app.bru
Normal file
15
LogisticsSupportTool_API_DOCS/Controller/build app.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: build app
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:8080/build
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
8
LogisticsSupportTool_API_DOCS/Controller/folder.bru
Normal file
8
LogisticsSupportTool_API_DOCS/Controller/folder.bru
Normal file
@@ -0,0 +1,8 @@
|
||||
meta {
|
||||
name: Controller
|
||||
seq: 1
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
9
LogisticsSupportTool_API_DOCS/bruno.json
Normal file
9
LogisticsSupportTool_API_DOCS/bruno.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "LogisticsSupportTool_API_DOCS",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user