When I load openapi-tui in a nix-shell I'm unable to get any requests to be sent.
I verified I'm able to call something like the Pet Store API using curl and get back a response, but if I try loading that into openapi-tui and call the same endpoint I never see a response or error message when either hitting enter in the url box or by running the send command.
openapi-tui -i https://raw.githubusercontent.com/zaghaghi/openapi-tui/refs/heads/main/examples/petstore.json
The spec loads properly, but seems to never make a request.
The version is 0.10.2.
When I load openapi-tui in a nix-shell I'm unable to get any requests to be sent.
I verified I'm able to call something like the Pet Store API using curl and get back a response, but if I try loading that into openapi-tui and call the same endpoint I never see a response or error message when either hitting enter in the url box or by running the send command.
The spec loads properly, but seems to never make a request.
The version is 0.10.2.