Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autodesk-forge/viewer-javascript-debugger.tool
Viewer debugger: Test all the API functions of the Viewer. Use it as a learning and diagnostic tool for the library and steal source code snippets to jumpstart your own app.
https://github.com/autodesk-forge/viewer-javascript-debugger.tool
Last synced: about 5 hours ago
JSON representation
Viewer debugger: Test all the API functions of the Viewer. Use it as a learning and diagnostic tool for the library and steal source code snippets to jumpstart your own app.
- Host: GitHub
- URL: https://github.com/autodesk-forge/viewer-javascript-debugger.tool
- Owner: Autodesk-Forge
- License: mit
- Created: 2014-09-05T19:01:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T03:39:32.000Z (almost 6 years ago)
- Last Synced: 2024-04-09T21:50:14.565Z (7 months ago)
- Language: HTML
- Homepage: http://autodesk-forge.github.io/viewer-javascript-debugger.tool
- Size: 2.78 MB
- Stars: 34
- Watchers: 36
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Viewer Debugger
[![Viewer](https://img.shields.io/badge/Viewer-v1.2.23-green.svg)](https://developer.autodesk.com/api/view-and-data-api/)
This sample uses an old version on the API and will need to be reviewed, until then will be offline.
Designed to test out all the API functions of the Viewer. You can use as a learning and diagnostic tool for the library and to steal source code snippets to jumpstart your own app.
The models available to use and Forge Client ID & Secret keys are hardwired into the code for this app. If you want to add your own models, you will have to get them translated to produce your unique URNS. Then you will need to swap out the AuthTokenServer reference in MyAuthToken.js (currently pointing to testing token service). If you need suggestions on how to create your own AuthTokenService, there is a tutorial [here](https://developer.autodesk.com/en/docs/oauth/v2/tutorials/get-2-legged-token/):
See the README file that is part of the live app (by clicking on the README link) for more details on how to use this app.
## Demo
[Live Demo](http://autodesk-forge.github.io/viewer-javascript-debugger.tool/)![thumbnail](/thumbnail.png)
## Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)## Usage
Following [this link](http://autodesk-forge.github.io/viewer-javascript-debugger.tool/), then click on the menu links on the right of the page to see sample codes associated with each viewer functionalities.