02-16-2018 01:44 AM
this.nxServer = new Nuxeo({
baseURL: 'http://local:8080/nuxeo',
auth: {
method: 'portal',
username: 'user',
secret: 'nuxeo5secretkey'
}
});
this.nxServer.schemas('*');
this.nxServer.repository().fetch(id).then((response) => {
console.log(response);
});
I get 401 http status, but query method works.
02-16-2018 03:39 PM
I found answer!
02-16-2018 03:39 PM
I found answer!
02-17-2018 02:04 AM
Great !
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.