DEWITTE Pierre-Alban

Results 6 comments of DEWITTE Pierre-Alban

The `recognitionParams.apiVersion` will make the switch for you. Have a look to [this html file](https://github.com/MyScript/MyScriptJS/blob/master/examples/v3/rest_text.html#L109) as an example.

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...

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](https://developer.myscript.com/blog/myscript-interactive-ink-sdk-12-released)). The only way to...

Hi, we rely on polymer elements which do not have proper npm support. This enhancement seems to need a little of our time we did not take. Do you absolutely...

I managed to use custom element v1 with CycleJS. You can have a look to [this repo](https://github.com/padewitte/custom-element-and-cyclejs). I used the API to manipulate directly the DOM as explained in the...

Have a look to https://github.com/thegameofcode/passport-fitbit-oauth2/blob/master/lib/oauth2.js I make my integration work by creating my strategy like this : new OAuth2Strategy({ authorizationURL: ..., tokenURL: .., clientID: , clientSecret: , callbackURL: ..., customHeaders...