mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
Added alamofire
This commit is contained in:
@@ -129,7 +129,8 @@ enum CodegenLanguage {
|
||||
rustReqwest("Rust (reqwest)", "rust", "rs"),
|
||||
rustCurl("Rust (curl-rust)", "rust", "rs"),
|
||||
rustUreq("Rust (ureq)", "rust", "rs"),
|
||||
swiftUrlSession("Swift (URLSession)", "swift", "swift");
|
||||
swiftUrlSession("Swift (URLSession)", "swift", "swift"),
|
||||
swiftAlamofire("Swift (Alamofire)", "swift", "swift");
|
||||
|
||||
const CodegenLanguage(this.label, this.codeHighlightLang, this.ext);
|
||||
final String label;
|
||||
|
||||
Reference in New Issue
Block a user