Skip to content
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

OpenAPI Support #103

Open
ZeroIntensity opened this issue Nov 30, 2023 · 0 comments
Open

OpenAPI Support #103

ZeroIntensity opened this issue Nov 30, 2023 · 0 comments
Labels
api This has to do with the Python API (view) improvement Improvement to an existing feature
Milestone

Comments

@ZeroIntensity
Copy link
Owner

Improvement Description

OpenAPI has some features that can be quite useful for generating and using API's. It was not implemented before because I didn't want to. This will probably end up deprecating the current documentation generation API (which isn't public anyway), but the markdown content generation will likely stay the same.

Improvement Request Example API

from view import new_app

app = new_app()
app.spec()  # openapi specification

Anything else?

This will delay #74.

@ZeroIntensity ZeroIntensity added improvement Improvement to an existing feature api This has to do with the Python API (view) labels Nov 30, 2023
@ZeroIntensity ZeroIntensity added this to the Beta Release milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api This has to do with the Python API (view) improvement Improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant