-
Notifications
You must be signed in to change notification settings - Fork 4
/
test.http
44 lines (31 loc) · 1.77 KB
/
test.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
##############
### DOMAIN
##############
# used by "REST client" extention
### shield.abap.space (PROD)
GET https://shield.abap.space/version-shield-json/github/sbcgua/mockup_loader/src/zif_mockup_loader.intf.abap
### dev.shield.abap.space
GET https://dev-shield.abap.space/version-shield-json/github/sbcgua/mockup_loader/src/zif_mockup_loader.intf.abap
### [DEV] url with name space
GET https://dev-shield.abap.space/version-shield-json/github/Marc-Bernard-Tools/MBT-Base/src/tools/%23mbtools%23cl_tool_bc.clas.abap
##############
### shields.io
##############
### With shields.io [PROD]
GET https://img.shields.io/endpoint?url=https://u0zlg8upk8.execute-api.eu-west-1.amazonaws.com/dev/version-shield-json/github/sbcgua/mockup_loader/src/zif_mockup_loader.intf.abap/version
### apack: With shields.io apack-manifest
GET https://img.shields.io/endpoint?url=https://shield.abap.space/version-shield-json/github/SAP-samples/abap-platform-jak/.apack-manifest.xml
### apack: dependencies
GET https://dev-shield.abap.space/version-shield-json/github/mbtools/mbt-versions/.apack-manifest.xml/dependencies/github.com/mbtools/mbt-bc-cts-req
##############
### DEV PATH
##############
@hostPrefix = 0wmeebl6jk
### Simple
GET https://{{hostPrefix}}.execute-api.eu-west-1.amazonaws.com/dev/version-shield-json/github/sbcgua/mockup_loader/src/zif_mockup_loader.intf.abap
### With attr
GET https://{{hostPrefix}}.execute-api.eu-west-1.amazonaws.com/dev/version-shield-json/github/sbcgua/mockup_loader/src/zif_mockup_loader.intf.abap/version
### Wrong request
GET https://{{hostPrefix}}.execute-api.eu-west-1.amazonaws.com/dev/version-shield-json/wrongstuff
### With APACK
GET https://{{hostPrefix}}.execute-api.eu-west-1.amazonaws.com/dev/version-shield-json/github/SAP-samples/abap-platform-jak/.apack-manifest.xml