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: README.MD
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
[OpenAPI (Swagger) Connected Service](https://marketplace.visualstudio.com/items?itemName=dmitry-pavlov.OpenAPIConnectedService) is a Visual Studio extension to generate `C#``HttpClient` code for `OpenAPI` (formerly [`Swagger API`](https://swagger.io/docs/specification/about/)) web service with [NSwag](https://github.com/RSuter/NSwag)
2
2
3
+
Simply put, it is like `Add Service Reference` for `WCF` or `Add Web Reference` for `WSDL`, but for `JSON``API`.
4
+
3
5
# Getting Started
4
6
5
7
Install from `Tools -> Extensions and Updates` menu inside Visual Studio or [download](https://marketplace.visualstudio.com/items?itemName=dmitry-pavlov.OpenAPIConnectedService) as `VSIX` package from Visual Studio Marketplace
@@ -27,3 +29,5 @@ See the [changelog](docs/CHANGELOG.MD) for the further development plans and ver
27
29
# Feedback
28
30
Please feel free to [request a feature](https://github.com/dmitry-pavlov/openapi-connected-service/issues/new?title=FEATURE) or [report a bug](https://github.com/dmitry-pavlov/openapi-connected-service/issues/new?title=BUG).
29
31
32
+
# Support Development
33
+
Just consider [buying me a coffee](https://www.buymeacoffee.com/dmitrypavlov). Thank you for your support!
0 commit comments