Reputation: 41
On VS 2015 we have "Add RestAPI client" but it does not exist for VS 2017. Is there any solution to have it on VS 2017?
Note: I don't want to install 3rd party (not MS) components like AuthoRest or Swagger Codegen.
Thanks
Upvotes: 3
Views: 2869
Reputation: 1126
Try this solution https://stackoverflow.com/a/60431700/1831734 (install ASP.Net and Web development or packets related to this)
Upvotes: 0
Reputation: 142014
I see it on VS2017. And just for your info, AutoREST is a Microsoft tool, and it is what the Add RestAPI client uses under the covers.
Upvotes: 1