Using Swagger Hub as a UI for QAs testing an existing API
I have an existing api that has openapi contracts already in place. I would like to use swaggerhub as a UI for our QA team to be able to test the api. They need to be able to test the actual API and not just examples set in the openapi file. Is this possible with swaggerhub? What account would i need? What is the best way of keeping the openapi file in sync?924Views0likes1CommentSwaggerHub with openapi 3.0.1 and oauth2 password flow
Hello, everyone. I'm new to this world and I have been trying to use create the open API specification using the swagger hub on a REST API that I already had programmed in JAVA. This API uses oauth2 (password flow) for authentication. After following the documentation, I was able to set a lot of things to run correctly, but I am still having one problem regarding the call to the service once I am already Authorize to run. The problem is that, even though I got the token correctly, it is still undefined in the curl/Request URL so I am getting an error 401 (because the token is undefined). Please, see the images below for reference: Token Response Curl and URL Request Header Request and Error I have also attached the yaml file for reference. I hope I was able to explain myself, any help will be appreciated. Thanks!1.9KViews0likes0Comments