aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/requests.js
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/requests.js')
-rw-r--r--graphgraph-fe/src/requests.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphgraph-fe/src/requests.js b/graphgraph-fe/src/requests.js
index cb23bd7..8a86e0c 100644
--- a/graphgraph-fe/src/requests.js
+++ b/graphgraph-fe/src/requests.js
@@ -10,6 +10,10 @@ export function validateSchema (schema) {
return `${protocol}//${host}:${port}/schemas/${schema}/validation`
}
+export function exportSchema (schema) {
+ return `${protocol}//${host}:${port}/schemas/${schema}/xmiexport`
+}
+
export function nodeNames (schema, edgeFilter) {
return `${protocol}//${host}:${port}/schemas/${schema}/nodes?edgeFilter=${edgeFilter}`
}