You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Argument(Name="Template",IsRequired=false,Description="The type of the asynchronism handling "+"('JQueryCallbacks', 'JQueryPromises', 'AngularJS', 'Angular', 'Fetch', 'Aurelia').")]
[Argument(Name="Template",IsRequired=false,Description="The type of the asynchronism handling "+"('JQueryCallbacks', 'JQueryPromises', 'AngularJS', 'Angular', 'Fetch', 'Aurelia', 'Axios').")]
The text was updated successfully, but these errors were encountered:
Minor issue in the documentation of
src/NSwag.Commands/Commands/CodeGeneration/OpenApiToTypeScriptClientCommand.cs
NSwag/src/NSwag.Commands/Commands/CodeGeneration/OpenApiToTypeScriptClientCommand.cs
Line 54 in 3246c7b
It's missing
Axios
, which is in the enum src/NSwag.CodeGeneration.TypeScript/TypeScriptTemplate.csThe text was updated successfully, but these errors were encountered: