We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc806d commit e9af6a5Copy full SHA for e9af6a5
lib/rspec_api_documentation/curl.rb
@@ -16,7 +16,7 @@ def post
16
end
17
18
def get
19
- "curl \"#{url}#{get_data}\" -X GET #{headers}"
+ "curl -g \"#{url}#{get_data}\" -X GET #{headers}"
20
21
22
def head
0 commit comments