-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·26 lines (26 loc) · 971 Bytes
/
app.json
File metadata and controls
executable file
·26 lines (26 loc) · 971 Bytes
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
{
"name": "model.properties-versions.difference",
"description": "This sample demonstrates the use case of comparing two versions of a model by Model Properties API. The result is visualized as added, removed and updated items from the previous version. Change can be geometry as well as among properties.",
"repository": "https://github.com/autodesk-platform-services/aps-model.properties-versions.difference",
"logo": "",
"keywords": [
"autodesk",
"aps",
"bim360",
"admin"
],
"env": {
"APS_CLIENT_ID": {
"description": "APS Client ID"
},
"APS_CLIENT_SECRET": {
"description": "APS Client Secret"
},
"APS_CALLBACK_URL": {
"description": "Callback URL of your APS app, required for 3-legged OAuth",
"value": "https://<<YOUR HEROKU APP NAME HERE>>.herokuapp.com/api/aps/callback/oauth"
}
},
"website": "https://developer.autodesk.com/",
"success_url": "/"
}