UNPKG

134 BJavaScriptView Raw
1module.exports = session => ({
2 scriptNode(id, params = {}) {
3 return session.get(`api/v1/rhcore/${id}`, {
4 params
5 })
6 }
7})
\No newline at end of file