collaboration with design data

Post on 20-Mar-2017

112 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Augusto Goncalves @augustomaiaForge Partner Development

Collaboration with Design Data

Summary

Learn how to combine the Forge Model Derivative, Viewer, Markup, Commenting and Data Management APIs to create powerful review and collaboration workflows around your design.

Demo

• Live at forgedatamanagement.herokuapp.com

• Code at github.com/Developer-Autodesk/data.management.api-nodejs-sample

• See it at youtube.com/watch?v=JmlR3HR1-A8

Sample & Testimonials

Statistics: Data at the Center

• Billions of files• 60+ formats

Technology: framework + building blocks• Authentication (OAuth)

• Data Management API

• Collaboration API

• Model Derivative API

• Viewer

• Other building blocks not presented at this class…

Focus of this class

Technology: API & Data structure

Play with Postman• http://developer.api.autodesk.com

• JSON API format

• Hubs: /project/v1/hubs Authorization: Bearer [TOKEN]

Interesting Data Management API endpoints

• List of project/project/v1/hubs/::hubid::/projects• Project

/project/v1/hubs/::hubid::/projects/::projectid::

• Folder contents (list of items)/data/v1/projects/::projectid::/folders/::folderid::/contents• Versions (of an item)

/data/v1/projects/::projectid::/items/::itemid::/versions

Interesting Collaboration API endpoints• List of comments• Add a comments• List project members• Invite project members• Create public shares

• With & without password protection• Markup

• Register & get a keydeveloper.autodesk.com

• See documentation & tutorialsdeveloper.autodesk.com/en/docs/data/v2

• Reuse codegithub.com/Developer-Autodesk

• Ask questionsTAG: autodesk-data-management

What’s next?

Questions?

@augustomaia

top related