Is there any way to change the default GetIt URL for the Rest API (http://getit.embarcadero.com/) ?
Is there any way to change the default GetIt URL for the Rest API ( http://getit.embarcadero.com/ ) ? Sometimes we may have some private or unknown components (unlisted in the official GetIt server) which we would like to install it using GetIt on our machines from a local repository, so it would be nice to change the default URL to take advantage of GetIt. I was digging a little bit the response (JSON) text, and it was easy to replicate with my own custom Rest API server (using PhalconPHP), I added the 127.0.0.1 getit.embarcadero.com to hosts file. Now, I am able to install some components that are not listed in the GetIt client. It works well, and I'm sure it will work on a network using a DNS proxy server setup correctly to use one machine as the components repository, as well as the custom rest api server. However, if we are going to use another non-official repository online the hosts file trick won't work, so it would be nice if we could change the default GetIt URL....