feat: JS/node.js axios codegen

This commit is contained in:
Ashita Prasad
2023-10-07 18:31:22 +05:30
parent 925a69a37e
commit e5ddc4f9f7
5 changed files with 1002 additions and 0 deletions

View File

@ -234,7 +234,9 @@ enum CodegenLanguage {
curl("cURL", "bash", "curl"),
har("HAR", "json", "har"),
dartHttp("Dart (http)", "dart", "dart"),
jsAxios("JavaScript (axios)", "javascript", "js"),
jsFetch("JavaScript (fetch)", "javascript", "js"),
nodejsAxios("node.js (axios)", "javascript", "js"),
nodejsFetch("node.js (fetch)", "javascript", "js"),
kotlinOkHttp("Kotlin (okhttp3)", "java", "kt"),
pythonHttpClient("Python (http.client)", "python", "py"),