]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.history.rest/scl/Simantics/History/RESTServer.scl
Rest API for Historian data
[simantics/platform.git] / bundles / org.simantics.history.rest / scl / Simantics / History / RESTServer.scl
diff --git a/bundles/org.simantics.history.rest/scl/Simantics/History/RESTServer.scl b/bundles/org.simantics.history.rest/scl/Simantics/History/RESTServer.scl
new file mode 100644 (file)
index 0000000..b8dce51
--- /dev/null
@@ -0,0 +1,6 @@
+importJava "org.simantics.history.rest.HistoryRestServer" where
+    start :: Integer -> <Proc> ()
+    stop :: <Proc> ()
+    running :: <Proc> Boolean
+    setAllowOrigin :: String -> <Proc>()
+    address :: <Proc> String
\ No newline at end of file