bootprint / bootprint-openapi

Bootprint-module to render OpenAPI specifications, this repository has moved to https://github.com/bootprint/bootprint-monorepo/tree/master/packages/bootprint-openapi
MIT License
357 stars 48 forks source link

Interactive Features #29

Open nknapp opened 9 years ago

nknapp commented 9 years ago

This issue is there to collect ideas about interactive features in future bootprint-versions.

nknapp commented 9 years ago
gnidan commented 8 years ago

This may or may not be interactive, but wondering if it'd be a feasible task to add a swagger-ui style "Model Schema" listing, as this would provide a convenient sample JSON value for a given model.

nknapp commented 8 years ago

I'm not sure how this listing is created. Well, both projects are written in javascript, so I guess it must be feasible. I'm not sure if I'll get into it. Could you add this as seperate issue, so it isn't forgotten.

gnidan commented 8 years ago

Certainly. Started looking at how this is done in swagger-ui, or whether that behavior comes from swagger-js or not.

nknapp commented 7 years ago

It is now possible to include JavaScript files. The JavaScript files of Bootstrap and jQuery are now included into the output by default. This means that interactive features can now be implemented. There is not a lot of documentation yet, but bootprint/bootprint#18 contains some pointers.