mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
main C# template, params template completed
This commit is contained in:
@ -297,7 +297,8 @@ enum CodegenLanguage {
|
||||
javaAsyncHttpClient("Java (asynchttpclient)", "java", "java"),
|
||||
javaHttpClient("Java (HttpClient)", "java", "java"),
|
||||
juliaHttp("Julia (HTTP)", "julia", "jl"),
|
||||
phpGuzzle("PHP (guzzle)", "php", "php");
|
||||
phpGuzzle("PHP (guzzle)", "php", "php"),
|
||||
cSharpRestSharp("C# (Rest Sharp)", "cs", "cs");
|
||||
|
||||
const CodegenLanguage(this.label, this.codeHighlightLang, this.ext);
|
||||
final String label;
|
||||
|
Reference in New Issue
Block a user