carlansley / swagger2

Loading, parsing and validating requests to HTTP services based on Swagger v2.0 documents
MIT License
25 stars 17 forks source link

Local ref take2 #9

Open cHolzberger opened 7 years ago

cHolzberger commented 7 years ago

MR changes discussed in #6. Dereferencing is explicit now either throuh swagger.deref or swagger.derefSync.

Still one problem left. $ref: "ext.yml#/path" is not working, still looking for the reason.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 99.469% when pulling 51bdc9c937b4fac12f7ffde62f179c0176638d93 on cHolzberger:local-ref-take2 into 6e83feca905561d982cd3d3a3d4b3ab951317278 on carlansley:master.

carlansley commented 6 years ago

Sorry it's been a while since I looked at this, are you done with this?

linusnorton commented 4 years ago

@carlansley Is there any way we can look at getting this intergated?

carlansley commented 4 years ago

@linusnorton if the PR can be updated to resolve the remaining issue(s) happy to merge it. We have an internal replacement for swagger2 that supports openapi 3 and also external refs which we'll be making public in the next couple of weeks.

linusnorton commented 4 years ago

In that case I'm happy to wait, thanks for the update.