ErikWittern / openapi-snippet

Generates code snippets for given Swagger / Open API documents
MIT License
116 stars 67 forks source link

refactor to use openapi-sampler #15

Closed mllrjb closed 5 years ago

mllrjb commented 5 years ago

I found your library super helpful!

One feature I would like to add is resolving nested example data when building code samples. I borrowed the approach from Redoc. Even though openapi-sampler is in beta, I figured it's still pretty helpful!

Let me know what you think. Thanks!

ErikWittern commented 5 years ago

Hey @mllrjb, this is very cool, thank you for he PR! I just accepted it.