@@ -74,46 +74,13 @@ <h3 class="panel-title">Info Get</h3>
74
74
< h3 class ="panel-title "> Model Get</ h3 >
75
75
</ div >
76
76
< div class ="panel-body ">
77
- < p > Returns a zip with the model of the specified model id.</ p >
77
+ < p > Returns a glb model corresponding to the specified model id.</ p >
78
78
< span class ="label label-success "> GET</ span >
79
79
< span class ="label label-default "> /api/model/<int:modelid></ span >
80
80
< br >
81
81
< span class ="label label-success "> GET</ span >
82
82
< span class ="label label-default "> /api/model/<int:modelid>/<int:revision></ span >
83
- < p class ="response "> Sample Response: a zip file.</ p >
84
- </ div >
85
- </ div >
86
- < div class ="panel panel-primary " id ="filelist ">
87
- < div class ="panel-heading ">
88
- < h3 class ="panel-title "> File List</ h3 >
89
- </ div >
90
- < div class ="panel-body ">
91
- < p > Returns a listing of all the files present in the model zip.</ p >
92
- < span class ="label label-success "> GET</ span >
93
- < span class ="label label-default "> /api/filelist/<int:modelid></ span >
94
- < br >
95
- < span class ="label label-success "> GET</ span >
96
- < span class ="label label-default "> /api/filelist/<int:modelid>/<int:revision></ span >
97
- < p class ="response "> Sample Response:</ p >
98
- < pre > < code > EiffelTowerLarge_copy.png
99
- EiffelTowerLarge_copy_0.png
100
- eiffel.mtl
101
- eiffel.obj
102
- et.jpg</ code > </ pre >
103
- </ div >
104
- </ div >
105
- < div class ="panel panel-primary " id ="file ">
106
- < div class ="panel-heading ">
107
- < h3 class ="panel-title "> File</ h3 >
108
- </ div >
109
- < div class ="panel-body ">
110
- < p > Returns a file from the model zip.</ p >
111
- < span class ="label label-success "> GET</ span >
112
- < span class ="label label-default "> /api/filelatest/<int:modelid>/<string:filename></ span >
113
- < br >
114
- < span class ="label label-success "> GET</ span >
115
- < span class ="label label-default "> /api/file/<int:modelid>/<int:revision>/<string:filename></ span >
116
- < p class ="response "> Sample Response: a file.</ p >
83
+ < p class ="response "> Sample Response: a gltf-binary file.</ p >
117
84
</ div >
118
85
</ div >
119
86
< h2 > Lookups</ h2 >
0 commit comments