The default behavior (i.e. as happens with other Org Babel implementations) of org-open-at-point when it is executed in a code block is to show the results in a newly created window. However, this behavior is not present with restclient code blocks.
I think this issue happens because of the implementation of org-open-at-point which only shows the results when it is enclosed within #+begin_example and #+end_example or when each line of the results are prefixed with :, but since ob-restclient encloses the results in #+BEGIN_SRC js and #+END_SRC js, org-open-at-point doesn't consider it as part of the result.
I'll post a thread in the mailing list and link it to this issue.
The default behavior (i.e. as happens with other Org Babel implementations) of
org-open-at-pointwhen it is executed in a code block is to show the results in a newly created window. However, this behavior is not present withrestclientcode blocks.I think this issue happens because of the implementation of
org-open-at-pointwhich only shows the results when it is enclosed within#+begin_exampleand#+end_exampleor when each line of the results are prefixed with:, but sinceob-restclientencloses the results in#+BEGIN_SRC jsand#+END_SRC js,org-open-at-pointdoesn't consider it as part of the result.I'll post a thread in the mailing list and link it to this issue.