So, we have our XWiki on an internal network closed off to the external world.
We also have a mobile app developed by a small company in our region, which is the only connection of our network with the external world.
We want to allow, as per ISO 9001 requirements, allow our employees on worksites to access our documentation.
The idea was for the app, which has several security features already embedded in it, to access our procedures and work instructions in our server, and display the list inside the app… probably rendering it inside the app, since we won´t want to have sidebars, complex menus, editing, etc
Any suggestion on how to do it? Through the Rest API? I talked to the programmer but he said it would be very difficult for some reasons I am asking him to clarify (and when he does, I will repost here).
I suspect he simply did not read the API Restful help page I provided him
https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiRESTfulAPI
Speaking of the page above, it says this
The XWiki RESTful API is accessible through HTTP so, in principle, you can use every client that is capable of “speaking” HTTP in order to interact with it. Even a web browser!
it then gives some examples like http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/WebHome
I tried accessing a rest page through my browser and failed.
Considering I have a url like this http://xxx.xxx.x.xx:8080/bin/view/Procedimentos/
what would be the rest page be for the page above?