Hi ,
i need to know if its possible to access Nuxeo rest api from scriptRunner scripts
do i need to use nuxeo java client https://doc.nuxeo.com/nxdoc/java-client/ in a groovy script???
another solution maybe is accessing directly to the db , but i think REST API is more practical
Thank you
Hello,
I am not familiar with Nuxeo. But usually all kind of clients are written to make rest calls easier. These clients hide real calls to REST API. That is why I think you do not need it as long as you know the name of REST API methods.
From ScriptRunner you could call the methods either by using HttpUrlConnection:
https://gist.github.com/dkandalov/bf88d56e0a1cd9399260
Or HttpClient
https://community.atlassian.com/t5/Jira-questions/Rest-Api-Groovy-Unauthorized/qaq-p/666708
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.