Hi all, 
I'm using swagger as tool for generation .net client for my asp.net web api 
service. After swagger configuration and deployment of my api service, I 
can open swagger metadata by this url : http://myappazurelink/v1/swagger. 
Then, I save my service metadata to .json file and generate .net code with 
client for my web api service. Everything works.

But now, I don't want to generate a client according to all 
controllers/methods which I have in my service anymore, because most of 
methods in my service will not be used in my current system. Because I 
cannot split service functionality on several parts (by some external 
rules), I want to generate web api client but only for the specified api 
controllers.
I expect that I will be able to generate client only for the directly 
specified controllers for example by this link : 
http://myappazurelink/v1/swagger/controller1.

Is there way for it?
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to