Re: Is there a concept of secured or hidden information in swagger

2016-11-21 Thread Sanjaybaghela Evolve
good sir best dissertation writing service uk On Tuesday, November 8, 2016 at 11:18:08 PM UTC+5:30, tony tam wrote: > > That’s framework dependent, it doesn’t make sense to doc

Re: Is there a concept of secured or hidden information in swagger

2016-11-21 Thread Sanjaybaghela Evolve
On Tuesday, November 8, 2016 at 10:55:28 PM UTC+5:30, Gregg Fiehler wrote: > > I am wondering if there is a way to make some information about an api > only visible to certain users. Basically there is some information I would > like to add for internal users of the api who maintain it, versus

Re: Is there a concept of secured or hidden information in swagger

2016-11-08 Thread tony tam
That’s framework dependent, it doesn’t make sense to document “what’s hidden”. So depending on how you generate the definition, it may be supported. If you are using swagger-core, there’s a SwaggerSpecFilter that does just this. > On Nov 8, 2016, at 9:25 AM, Gregg Fiehler wrote: > > I am wond

Is there a concept of secured or hidden information in swagger

2016-11-08 Thread Gregg Fiehler
I am wondering if there is a way to make some information about an api only visible to certain users. Basically there is some information I would like to add for internal users of the api who maintain it, versus external users who just use the api. Any suggestions would be appreciated. Cheers