Conversation
Signed-off-by: Pawel Uchida-Psztyc <jarrodek@gmail.com>
|
@jarrodek @alexpmule Thank you very much for the PR but I am still seeing the same issue. |
|
Error: Expected OAS but could not find version header. |
Signed-off-by: Pawel Uchida-Psztyc <jarrodek@gmail.com>
|
I added more chances to support OAS 3 in the demo page. @rsukanya1013 please mind that this is a part of a demo page used for internal development and it is not production quality code. Please, do not use in production. You can take a look and understand the logic, but you should consider writing your own AMF parser instance. The demo parser service was never tested or intended for production environment. |
|
Sure thank you very much for your help here @jarrodek . |
Potentially fixes #840
Changes made:
5.4.4which triggered the following changes:demo/demo-server/api/amf-service/amf-parser.jsto match AMF's 5.x.x library structuredemo/demo-server/api/amf-service/*.jsfiles to make the ESLint happy :).eslintrc.jsto add override for node-run files in the demo folder.