All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javascript.rexster.server.js Maven / Gradle / Ivy

define(
    [
    ],
    function () {
        // public methods
        return {
            servers : [{
                           serverName : "localhost",
                           uri : BASE_URI + "graphs/"
                       }],
	        getBaseUri : function(ix){
                return this.servers[ix].uri;
            }
        };
    });




© 2015 - 2024 Weber Informatics LLC | Privacy Policy