mirror of
https://github.com/foss42/apidash.git
synced 2025-05-29 21:06:01 +08:00
response displaying template
This commit is contained in:
@ -72,4 +72,8 @@ response = conn.{{ method|lower }}(REQUEST_URL{% if doesMethodAcceptBody and con
|
|||||||
end\n
|
end\n
|
||||||
""";
|
""";
|
||||||
|
|
||||||
|
final String kStringResponse = """
|
||||||
|
puts "Status Code: #{response.status}"
|
||||||
|
puts "Response Body: #{response.body}"
|
||||||
|
""";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user