View and Data API tips: 缓存Access Token
摘要:对于云API服务,常见的方式就是按照API调用次数收费,某些API调用也就有某些限制,比如在特定时间内只允许调用指定的次数以免造成滥用。虽然Autodesk的view and Data API目前还没有应用这样的限制,但我们最好也能实现这样的机制,比如对于或者Access Token这样的操作,一个Access Token是有一定的有效期的,在这个token的有效期内,我们就没必要重复发出API调...
阅读全文
posted @
2015-02-25 18:56
峻祁连
阅读(1326)
推荐(0) 编辑
View and Data API Tips: how to make viewer full screen
摘要:By Daniel Du If you have not heard of View and Data API, here is the idea, the View & Data API enables web developers to very easily display 3D (and 2D) models on a WebGL-enabled browser. please read...
阅读全文
posted @
2015-02-04 12:16
峻祁连
阅读(924)
推荐(0) 编辑