Oleg Susarov
Oleg Susarov

Reputation: 41

"Add RestAPI Client" missing on Visual Studio 2017

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

Answers (3)

mr R
mr R

Reputation: 1126

Try this solution https://stackoverflow.com/a/60431700/1831734 (install ASP.Net and Web development or packets related to this)

Upvotes: 0

Kirsten
Kirsten

Reputation: 18076

You need to install the Azure SDK For Visual Studio

Upvotes: 0

Darrel Miller
Darrel Miller

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

Related Questions