Update python requests codes

This commit is contained in:
Ashita Prasad
2023-09-30 22:28:00 +05:30
parent c35b794f83
commit be31c43585
4 changed files with 333 additions and 186 deletions

View File

@ -6,7 +6,7 @@ import 'package:apidash/utils/utils.dart'
show getValidRequestUri, padMultilineString, rowsToMap;
import 'package:apidash/models/models.dart' show RequestModel;
class PythonRequestCodeGen {
class PythonRequestsCodeGen {
final String kTemplateStart = """import requests
url = '{{url}}'