Sha256: 1b267b8d312d310ea0b35f94f74388afdd6745521e72c1fece7afde3a9115f7b
Contents?: true
Size: 698 Bytes
Versions: 44
Compression:
Stored size: 698 Bytes
Contents
var Routes = { run_queries_path: function() { return rootPath + "queries/run" }, cancel_queries_path: function() { return rootPath + "queries/cancel" }, schema_queries_path: function(params) { return rootPath + "queries/schema?" + $.param(params) }, docs_queries_path: function(params) { return rootPath + "queries/docs?" + $.param(params) }, tables_queries_path: function(params) { return rootPath + "queries/tables?" + $.param(params) }, queries_path: function() { return rootPath + "queries" }, query_path: function(id) { return rootPath + "queries/" + id }, dashboard_path: function(id) { return rootPath + "dashboards/" + id } }
Version data entries
44 entries across 44 versions & 3 rubygems