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
Copy file name to clipboardExpand all lines: src/VSCode/README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,17 @@ The code generated by each generator depends on different NuGet packages:
93
93
-**Swagger Codegen CLI**: Depends on RestSharp and JsonSubTypes
94
94
-**AutoREST**: Depends on Microsoft.Rest.ClientRuntime and Newtonsoft.Json
95
95
96
+
### TypeScript Dependencies
97
+
98
+
The TypeScript code generated depends on the framework chosen:
99
+
100
+
-**Angular**: Depends on @angular/core, rxjs
101
+
-**Axios**: Depends on axios
102
+
-**Fetch**: Uses the browser's native fetch API
103
+
-**jQuery**: Depends on jquery
104
+
-**RxJS**: Depends on rxjs
105
+
- Other frameworks have their specific dependencies
106
+
96
107
## Related
97
108
98
109
- This extension is the VS Code equivalent of the [REST API Client Code Generator](https://marketplace.visualstudio.com/items?itemName=ChristianResmaHelle.APIClientCodeGenerator2022) extension for Visual Studio.
0 commit comments