forked from opensourceBIM/BIMserver-JavaScript-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (22 loc) · 1.18 KB
/
index.html
File metadata and controls
29 lines (22 loc) · 1.18 KB
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
<h1>BIMserver JavaScript API</h1>
<p>
To use this (JavaScript) plugin, you can reference the separate non-minified JavaScript files or reference the combined minified one.
</p>
<h3>Caching</h3>
<p>
The "?_v=%VERSION%" additions are there for efficient caching purposes. Any server system serving these files can tell the client to cache these files indefinitely.
</p>
<h3>Links</h3>
<ul>
<li><a href="js/bimserverapipromise.js?_v=%VERSION%">js/bimserverapipromise.js?_v=%VERSION%</a></li>
<li><a href="js/bimserverapiwebsocket.js?_v=%VERSION%">js/bimserverapiwebsocket.js?_v=%VERSION%</a></li>
<li><a href="js/bimserverclient.js?_v=%VERSION%">js/bimserverclient.js?_v=%VERSION%</a></li>
<li><a href="js/ifc2x3tc1.js?_v=%VERSION%">js/ifc2x3tc1.js?_v=%VERSION%</a></li>
<li><a href="js/ifc4.js?_v=%VERSION%">js/ifc4.js?_v=%VERSION%</a></li>
<li><a href="js/model.js?_v=%VERSION%">js/model.js?_v=%VERSION%</a></li>
<li><a href="js/translations_en.js?_v=%VERSION%">js/translations_en.js?_v=%VERSION%</a></li>
</ul>
Combined minified version (only available on a released version):
<a href="bimserverapi.js?_v=%VERSION%">bimserverapi.js?_v=%VERSION%</a>
<script>
</script>