scribe
scribe copied to clipboard
Try it out enable per method
Hi!
I am currently documenting an API and find the "try it out"-function really useful. However, for some methods, i'd prefer to have this function disabled. Especially for methods that redirect to another page (e.g Oauth login page) it's quite annoying because it returns the html of the redirected page.
I saw that for now, there is no way to disable specific methods. It would be very handy to have an option to switch the "try it out" of for a function by a tag (e.g @tryItOut false) of in a custom yaml-file (e.g tryItOut: true).