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 was trying yours and openapi-tui and I was surprised that there is no option to read autogenerated or static openapi schema in your tool.
I'm using fastapi, which generates schema dynamically on API start and which is accessible on localhost:port/openapi.json. I would like to have option to read this schema and have it loaded under default collection name.
Later the collection can be renamed according the users needs. I think this saves user a lot of work from creating new collections.
Otherwise great tool. Thank you.
The text was updated successfully, but these errors were encountered:
Definitely something I might be interested to look into. It might be as easy as porting code from openapi-tui and planting it in your project (within reason as you might want to be using different crates for the identical functionality)
Hi,
I was trying yours and
openapi-tui
and I was surprised that there is no option to read autogenerated or static openapi schema in your tool.I'm using fastapi, which generates schema dynamically on API start and which is accessible on
localhost:port/openapi.json
. I would like to have option to read this schema and have it loaded under default collection name.Later the collection can be renamed according the users needs. I think this saves user a lot of work from creating new collections.
Otherwise great tool. Thank you.
The text was updated successfully, but these errors were encountered: