Request body in GET command
I'm not able to send a parameter in request body of GET. It pops "no consumer registered for application/json" error. I have added following piece of code in swagger 2.0 get: summary: abcd produces: - application/json parameters: - in: header name: Id type: string It throws the error whenever I send request body as { "Id": "abc" } It works fine when nothing is sent in the request bodyWhat is benefit of virtserver.swaggerhub.com - GET ?
Hello, I am a first time user of app.swaggerhub.com and I noticed something Server0 = virtserver.swaggerhub.com.* Server1 = my own server When I user Server0 to click on GET I get something like this: [ { "response": { "source": "string", "path": "string", "name": "string", "size": 0, "sha": "string", "html_url": "string" } } ] What is the benefit of that GET Service? Server1 (mine) does not return any array bracket characters [ ] Neither does section Schemas indicate any arrays1.2KViews0likes3CommentsHow to Set or Get "Test Step" Properties from another Test Case.
Hi. I am pulling my hair out. I have 2 test cases, the 1st one I created a "Properties" test step and I can set and get to that using Groovy within that test case. I also have also created another "Properties" test step in the 2nd Test case and from within that Test Case (in Groovy) I want to Set a value in the 1st ones "Properties" test step, but cannot figure out how to do this. Any help would be appreciated, please. Thanks, Cliff.Solved3.1KViews0likes1CommentSave response of GET request in READYApi
Hello Members, I have stucked at a place where i need to save the request of GET Service, as i have checked after successful run, the request or RawRequest Property is blank. I want to save the request and response to the external file but that property is blank. Any help on this? Thanks, Himanshu1.4KViews0likes0CommentsHow send get request with session_id (cookie authorization)
When I created testcase with enabled option "Maintain HTTP session", then I can send get request with coockie after post request with login. But how can I send request in another testcase without sending post request or how to send request from Project tab? How can I do it? How to immitate "Maintain HTTP session" by my self? What I should to add in get request to do it?1.3KViews0likes0Comments