mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
added getCode function
This commit is contained in:
@ -76,4 +76,10 @@ end\n
|
||||
puts "Status Code: #{response.status}"
|
||||
puts "Response Body: #{response.body}"
|
||||
""";
|
||||
|
||||
String? getCode(
|
||||
RequestModel requestModel, {
|
||||
String? boundary,
|
||||
}) {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user