Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
ffa20a95
Commit
ffa20a95
authored
Aug 17, 2021
by
Luc Yriarte
Browse files
Add basic APIs /about and /version without the /ddms/v2 prefix
parent
6f2d3eae
Pipeline
#59081
passed with stages
in 15 minutes and 19 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
tests/integration/DEMO WDMS.postman_collection.json
View file @
ffa20a95
...
...
@@ -5,6 +5,71 @@
"schema"
:
"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item"
:
[
{
"name"
:
"About & Version"
,
"item"
:
[
{
"name"
:
"About"
,
"request"
:
{
"auth"
:
{
"type"
:
"bearer"
,
"bearer"
:
[
{
"key"
:
"token"
,
"value"
:
"{{authorization}}"
,
"type"
:
"string"
}
]
},
"method"
:
"GET"
,
"header"
:
[],
"url"
:
{
"raw"
:
"{{protocol}}://{{baseUrl}}/api/os-wellbore-ddms/about"
,
"protocol"
:
"{{protocol}}"
,
"host"
:
[
"{{baseUrl}}"
],
"path"
:
[
"api"
,
"os-wellbore-ddms"
,
"about"
]
}
},
"response"
:
[]
},
{
"name"
:
"Version"
,
"request"
:
{
"auth"
:
{
"type"
:
"bearer"
,
"bearer"
:
[
{
"key"
:
"token"
,
"value"
:
"{{authorization}}"
,
"type"
:
"string"
}
]
},
"method"
:
"GET"
,
"header"
:
[],
"url"
:
{
"raw"
:
"{{protocol}}://{{baseUrl}}/api/os-wellbore-ddms/version"
,
"protocol"
:
"{{protocol}}"
,
"host"
:
[
"{{baseUrl}}"
],
"path"
:
[
"api"
,
"os-wellbore-ddms"
,
"version"
]
}
},
"response"
:
[]
}
]
},
{
"name"
:
"v3"
,
"item"
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment