grafo-client
Version:
Grafo Client API Library
1 lines • 474 B
JavaScript
function ConfHelper(t){this.config=t}module.exports=ConfHelper,ConfHelper.prototype.getBaseRestUrl=function(){var t="http";1==this.config.GRAFO.SECURE&&(t="https");var o=t+"://"+this.config.GRAFO.SERVER;return 80!=this.config.PORT&&(o=o+":"+this.config.GRAFO.PORT),o},ConfHelper.prototype.getBaseWebsocketUrl=function(){var t="ws";1==this.config.GRAFO.SECURE&&(t="wss");var o=t+"://"+this.config.GRAFO.SERVER;return 80!=this.config.PORT&&(o=o+":"+this.config.GRAFO.PORT),o};