Kaz
Kaz
@krischamp @nharrisanalyst Maybe #111 will be of some help.
I had the same crash problem. And finally I found a way to avoid the crash. (I don't know why this causes crash problem, though.) In program.js, change the code...
Oh, yeah, sorry. I could reproduce that crash. I forgot I had changed one more code when I was confirming behavior from simple example. https://github.com/babel/babelify I also changed this part...
Nice trial! I also updated all packages to the latest version, and I had some errors. But finally, it works fine! I needed to change `program.js` like: ```javascript require("babel-core/register")({ "presets":...
@loganmay > Is that the intended result? If so, what was the point of setting up the '/bundle.js' route? Yes. '/bundle.js' is the entire JavaScript code for client-side, which includes...
@0xNF In my case, HttpBearerAuth is working fine with this code: (openapi-generator-cli 6.0.1) ```dart var authentication = HttpBearerAuth(); authentication.accessToken = initialToken; var client = ApiClient( basePath: 'https://.../api/v2', authentication: authentication, );...
ApiKeyAuth implementation: https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/dart2/auth/api_key_auth.mustache