-
Notifications
You must be signed in to change notification settings - Fork 7
/
servicesnew.json
51 lines (51 loc) · 1.89 KB
/
servicesnew.json
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
45
46
47
48
49
50
51
{
"services": [
{
"name": "Fake clashdetection service",
"description": "Fake clashdetection service",
"provider": "Provider",
"inputs": ["IFC_JSON_2X3TC1", "IFC_JSON_4"],
"outputs": ["BCF_ZIP_1_0", "BCF_ZIP_2_0"],
"oauth": {
"authorizationUrl": "https://test.logic-labs.nl/authorize.php",
"registerUrl": "https://test.logic-labs.nl/register.php",
"tokenUrl": "https://test.logic-labs.nl/token.php"
},
"resourceUrl": "https://test.logic-labs.nl/services/clashdetection.php"
},
{
"name": "Fake IFC returning service",
"description": "Fake IFC returning service",
"provider": "Provider",
"inputs": ["IFC_STEP_2X3TC1", "IFC_STEP_4"],
"outputs": ["IFC_STEP_2X3TC1", "IFC_STEP_4"],
"oauth": {
"authorizationUrl": "https://test.logic-labs.nl/authorize.php",
"registerUrl": "https://test.logic-labs.nl/register.php",
"tokenUrl": "https://test.logic-labs.nl/token.php"
},
"resourceUrl": "https://test.logic-labs.nl/services/returnifc.php"
},
{
"name": "Example running on BIMserver as ServiceRunner",
"description": "Example running on BIMserver as ServiceRunner",
"provider": "Provider",
"inputs": ["IFC_STEP_2X3TC1", "IFC_STEP_4"],
"outputs": ["IFC_STEP_2X3TC1", "IFC_STEP_4"],
"oauth": {
"authorizationUrl": "http://localhost:8081/oauth/authorize",
"registerUrl": "http://localhost:8081/oauth/register",
"tokenUrl": "http://localhost:8081/oauth/access"
},
"resourceUrl": "http://localhost:8081/services"
},
{
"name": "Testing local service with no auth",
"description": "Testing local service with no auth",
"provider": "Provider",
"inputs": ["IFC_STEP_2X3TC1"],
"outputs": ["VALIDATION_JSON_1_0"],
"resourceUrl": "http://localhost:5050"
}
]
}