mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 17:26:45 +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
|
||||
""";
|
||||
|
||||
final String kStringResponse = """
|
||||
puts "Status Code: #{response.status}"
|
||||
puts "Response Body: #{response.body}"
|
||||
""";
|
||||
}
|
||||
|
Reference in New Issue
Block a user