Sha256: 7cef3d2d345c9e6a53118a376c79b964d37df3bec0eb63f037df1f7d78e584c5
Contents?: true
Size: 805 Bytes
Versions: 19
Compression:
Stored size: 805 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) }, columns_queries_path: function(params) { return rootPath + "queries/columns?" + $.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
19 entries across 19 versions & 1 rubygems