mirror of
https://github.com/foss42/apidash.git
synced 2025-10-17 19:52:17 +08:00
Revert "Revert "Added python http client codegen and Updated python into language dropdown""
This reverts commit f229c2aa95fc458857129423a8e6cc56a2862f69.
This commit is contained in:
@ -230,7 +230,8 @@ const kDefaultContentType = ContentType.json;
|
||||
|
||||
enum CodegenLanguage {
|
||||
dartHttp("Dart (http)"),
|
||||
kotlinOkHttp("Kotlin (OkHttp)");
|
||||
kotlinOkHttp("Kotlin (OkHttp)"),
|
||||
pythonHttpClient("Python (http.client)");
|
||||
|
||||
const CodegenLanguage(this.label);
|
||||
final String label;
|
||||
|
Reference in New Issue
Block a user