Page 1 of 1

Where are the REST API examples being served from?

Posted: Thu Dec 23, 2021 18:44
by gpvillamil
Wow, the 7.8 release is like the best Christmas present ever.

This opens up so many possibilities, starting from running Resolume without a control monitor, but including all kinds of crazy interactivity.

I have a question - where are the actual examples being served from?

The full-UI example is at http://<ip address>:8080/api/docs/example/ and the clip launching example is at http://<ip address>:8080/api/docs/triggered/

Is that a hidden folder in the webserver directory, or is redirecting to the examples at /Applications/Resolume Arena/rest/ ?

Curious to know where they are locally on my PC.

Re: Where are the REST API examples being served from?

Posted: Thu Dec 23, 2021 19:13
by Arvol
C:\Program Files\Resolume Arena\rest

Re: Where are the REST API examples being served from?

Posted: Fri Dec 24, 2021 01:01
by gpvillamil
Arvol wrote: Thu Dec 23, 2021 19:13 C:\Program Files\Resolume Arena\rest
That's what I thought but http://<ip address>:8080/api/docs/landing/ does not work.

Re: Where are the REST API examples being served from?

Posted: Fri Dec 31, 2021 12:32
by Zoltán
Landing is served from the root http://<ip address>:8080/ by default.
If you set a custom root folder, that will be served from http://<ip address>:8080/
We have the server set up such that the examples always work form the link in the Preferences.

Re: Where are the REST API examples being served from?

Posted: Sun Jan 02, 2022 18:52
by gpvillamil
Cool, perfect. That answers my question.