js-uprtcl
js-uprtcl copied to clipboard
Remove API id from remote id
Study what is the best strategy to handle the API ID for a given remote.
In principle the perspective is stored on the remote and the path, independently of the API id used, so it should not be hardcoded in the perspective ID.
However, where would this information be stored if not in the perspective ID? how can an application know which remote connector to use if it doesn not have the API id?
It seems with the path property just getting rid of the API ID would work. I am still postponing this for when I have more time