added getCode function

This commit is contained in:
adityamayukhsom
2024-03-28 03:57:07 +05:30
parent 73e087a257
commit 5774db422f

View File

@ -76,4 +76,10 @@ end\n
puts "Status Code: #{response.status}"
puts "Response Body: #{response.body}"
""";
String? getCode(
RequestModel requestModel, {
String? boundary,
}) {
}
}