]> gerrit.simantics Code Review - simantics/platform.git/blob - RESTServer.scl
b8dce5147ef14a9f6cdf2fc5a3a22e60182c1f26
[simantics/platform.git] / RESTServer.scl
1 importJava "org.simantics.history.rest.HistoryRestServer" where
2     start :: Integer -> <Proc> ()
3     stop :: <Proc> ()
4     running :: <Proc> Boolean
5     setAllowOrigin :: String -> <Proc>()
6     address :: <Proc> String