-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Some small tweaks #3244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some small tweaks #3244
Conversation
src/core/plugins/spec/actions.js
Outdated
| } else if(op && pathName && method) { | ||
| req.operationId = fn.opId(op, pathName, method) | ||
| } | ||
| req.operationId = fn.opId(op, pathName, method) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: @shockey need feedback on this.
I needed for reasons, but you've since fixed this upstream correct?
It pertains to executing requests based on operationId
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ponelat we do support finding the operation by one of three operationId strategies: https://github.com/swagger-api/swagger-js/blob/f00656ac9195dc13a4df4dcfab3634f1bfa218db/src/helpers.js#L44
c094d1f to
3681e86
Compare
|
Ping. |
|
@shockey as per policy change wrt to |
|
@ponelat, correct 😄 |
dist/ie:
{line, column} => {line, column, pointer}wherepointeris the string's index.