Hi guys,
I have created a simple Macro which makes REST calls to specific points, gets the infomration and shows them on page. Pretty simple.
Now the thing is: i want to make it possible to the clients (who ever uses my macro) to be able to define the REST endpoint base URL once per confluence server.
Then i can read this property in my code and use it as base URL for REST requests.
What is the “Confluence way” of providing simple configuration properties that are required for a Macro? Can it be controlled somewhere in the Administration GUIO of confluence. This makes it easy for who ever installs the macro to configure the base URL. Base URL is defined once per Confluence server (confluence/macro instalation).
Thank you for your time.
Branislav Vidovic