petrbroz / aps-sdk-node

Tools for accessing Autodesk Forge APIs from modern Node.js apps.
https://petrbroz.github.io/forge-server-utils/docs/index.html
35 stars 19 forks source link

Propertys Name in listproyects and ListHubs Undefined #19

Closed phrakendark closed 4 years ago

phrakendark commented 4 years ago

https://github.com/petrbroz/forge-server-utils/blob/22d8d7e36d29d1525846c6eb6a255d26991e5568/src/bim360.ts#L357

Route hubs https://developer.api.autodesk.com/project/v1/hubs before "data.name" after "result.data.attributes.name" new property location

Route https://developer.api.autodesk.com/project/v1/hubs/:hubid/projects

before "data.name" after "result.data.attributes.name" new property location

petrbroz commented 4 years ago

Thank you. The issue is fixed and will be available with the next release.