Hi, I'm working on the swagger-js library, and I have modified the src/execute.js file, in order to allow to the swagger client, to behave differently when an api is called. I want to try if it works but I'm having trouble, can you explain me the steps to compile/build the modified library in order to execute it?
I need also to modify the validator, in order to not return error when I use the key words coap, in the schemes array of the specification of the api, can you suggest me the file to which I have to be careful? Thank you. Il giorno giovedì 18 maggio 2017 18:35:33 UTC+2, Ron ha scritto: > > Swagger-editor is a plugin to swagger-ui, which in turn uses swagger-js to > generate and execute the calls. That’s where you’d want to start. > > > > > > > > *From: *<[email protected] <javascript:>> on behalf of > Simone Cordella <[email protected] <javascript:>> > *Reply-To: *"[email protected] <javascript:>" < > [email protected] <javascript:>> > *Date: *Thursday, 18 May 2017 at 9:28 > *To: *Swagger <[email protected] <javascript:>> > *Subject: *Request packet component. > > > > Hi, > > I have downloaded the swagger editor source code from github, now I'm > trying to modify the source code in order to support the coap protocol. > > I'm looking at the file in the src folder, but I could not find the source > code file, where the request packet of the protocol specified in the > schemes array, is assembled. > > Could someone please, tell me where I can find the component that > accomplish this work? > > > > Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "Swagger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
