You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit confused ... does this package allow me to decorate my router (shelf) endpoints and generate OpenAPI specs directly off my actual server API (types in and out) ? Or must I do a bunch of manual input to mirror the actual router configuration? I'm wanting a library that uses my actual API endpoint code to determine what the OpenAPI contract entails.
I've used apispec (https://apispec.readthedocs.io/en/latest/) with Python to achieve similar code-gen. Can or do you support this approach?
Steps to reproduce
Can't find answer in existing docs
Expected behavior
need more docs
Logs
No response
Screenshots
No response
Platform
macOS
Library version
10.7.6
Flutter version
3.2
Flutter channel
stable
Additional context
Does this package allow me to decorate my router (shelf) endpoints and generate OpenAPI specs directly off my actual server API (types in and out) ? Or must I do a bunch of manual input to mirror the actual router configuration? I'm wanting a library that uses my actual API endpoint code to determine what the OpenAPI contract entails.
I've used apispec (https://apispec.readthedocs.io/en/latest/) with Python to achieve similar code-gen. Can or do you support this approach?
The text was updated successfully, but these errors were encountered:
At the moment, this library generates from an OAS spec.
I definitely like the idea of having annotations that would that. I think that would be better implemented once we have macros. Currently, it appears that would be possible post Q1 2025.
Description of the bug
I'm a bit confused ... does this package allow me to decorate my router (shelf) endpoints and generate OpenAPI specs directly off my actual server API (types in and out) ? Or must I do a bunch of manual input to mirror the actual router configuration? I'm wanting a library that uses my actual API endpoint code to determine what the OpenAPI contract entails.
I've used apispec (https://apispec.readthedocs.io/en/latest/) with Python to achieve similar code-gen. Can or do you support this approach?
Steps to reproduce
Can't find answer in existing docs
Expected behavior
need more docs
Logs
No response
Screenshots
No response
Platform
macOS
Library version
10.7.6
Flutter version
3.2
Flutter channel
stable
Additional context
The text was updated successfully, but these errors were encountered: