X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.history.rest%2Fscl%2FSimantics%2FHistory%2FRESTServer.scl;fp=bundles%2Forg.simantics.history.rest%2Fscl%2FSimantics%2FHistory%2FRESTServer.scl;h=b8dce5147ef14a9f6cdf2fc5a3a22e60182c1f26;hb=321f52f3c951a801d79b6c6a01967bc570845e22;hp=0000000000000000000000000000000000000000;hpb=cd608739ac877bffcb204d420f84331a235910cf;p=simantics%2Fplatform.git 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 index 000000000..b8dce5147 --- /dev/null +++ b/bundles/org.simantics.history.rest/scl/Simantics/History/RESTServer.scl @@ -0,0 +1,6 @@ +importJava "org.simantics.history.rest.HistoryRestServer" where + start :: Integer -> () + stop :: () + running :: Boolean + setAllowOrigin :: String -> () + address :: String \ No newline at end of file