-
Notifications
You must be signed in to change notification settings - Fork 63
Can I config the post suffix url? #14
Comments
The |
I know apiVersion, Maybe I did not explain it more clearly. I had an old version editor with a Myscript Server, then I want to use latest editor in a new product, and request the same api. But, I found the post url is unconfigurable. |
Are you doing some url rewriting ? Because the url are stable and are shared between cloud and server versions. Could you be specific on what your want to use ? Text, Math, Diagram? V2, V3 or V4 api? Rest or Websocket? |
@padewitte Thanks for you help Yes, I want to use other url , not this . Or how can I hook postMessage mathod. I want to use MyScript-math-web V3 api to request MyScript Server that running V2. I think the Rest url should flexible for different version. Now, I through configure the host by complete rest api and hash, to implement that V3 Editor request V2 MyScript Server |
MyScriptJS is not compatible with V2 api (we strongly advice to migrate ASAP as they are not maintained anymore and the V3 have just been deprecated). The only way to change the prefix is to fork MyScriptJS and add a dedicated Recognizer. |
…o master * commit '36c19d5b417f34427639c81ba0d1503e35494f51': [V4 REST]Add a no UI example and made the necessary modification in the lib to make it work. Still need some design improvements update(doc): with esdoc 1.1.0 fix npm vulnerabilities + upgrade esdoc (MSIS-1846)
Can I config the post suffixurl (e.g. '/api/v4.0/iink/batch') when I need recognize? Because it's different in V3 and V4, but we used a same MyScript Server.
The text was updated successfully, but these errors were encountered: