mirror of
https://github.com/foss42/apidash.git
synced 2025-05-28 04:08:39 +08:00
feat: add codegen for rust(ureq)
This commit is contained in:
@ -268,7 +268,8 @@ enum CodegenLanguage {
|
||||
nodejsFetch("node.js (fetch)", "javascript", "js"),
|
||||
kotlinOkHttp("Kotlin (okhttp3)", "java", "kt"),
|
||||
pythonHttpClient("Python (http.client)", "python", "py"),
|
||||
pythonRequests("Python (requests)", "python", "py");
|
||||
pythonRequests("Python (requests)", "python", "py"),
|
||||
rustUreq("Rust (ureq)", "rust", "rs");
|
||||
|
||||
const CodegenLanguage(this.label, this.codeHighlightLang, this.ext);
|
||||
final String label;
|
||||
|
Reference in New Issue
Block a user