Beta
The pakage is in Beta phase so some bugs occur. If you experience any bugs or
have a question then feel free to open an issue
[https://github.com/Informatiqal/qlik-repo-api/issues/new/choose].
Qlik Sense Repository Service is in the center of any Qlik Sense cluster. This
service
Qlik Sense Proxy is not very popular but its quite important component of QSEoW.
All the user traffic is passing through it. Its one of these components that if
it doesen't works then nothing works :)
Communicating with Proxy APIs is not this common as the interaction with
Repository API or
Qlik Sense expose quite a lot of REST API endpoints for different components
(like Proxy service, Repository, Engine service etc).
The qlik-rest-api package can be used to communicate with all of them.
The package itself is a generic package. This means that it abstract some of the
complexity when calling
This is the beggining of our journey!