The call IO3D.servicesresults in:
Uncaught (in promise) TypeError: Cannot read property 'call' of undefined
Version:
https://3d.io 1.0.0-beta.22 (@master # 274adf0 2017/08/02 10:16)
What I tried:
IO3D.services.call('Model.search', {
arguments: {
organizationResourceId: <my_organisationResourceId>,
folderResourceName: '<my_folder_name>',
},
}).then(console.log)
So, api services are not yet available?
source
share