cr0hn / aiohttp-swagger

Swagger API Documentation builder for aiohttp server
http://aiohttp-swagger.readthedocs.io/en/latest/
Other
186 stars 81 forks source link

Support excluding handlers from generated document #103

Open stj opened 3 years ago

stj commented 3 years ago

Sometimes not all route and/or method handlers need to be part of API documentation. This adds a simple way to mark handlers as excluded from the documenation generation.