netwo-io / apistos

Actix-web wrapper for automatic OpenAPI 3.0 documentation generation.
MIT License
124 stars 3 forks source link

Allow skip args in operations #108

Closed rlebran closed 2 months ago

rlebran commented 2 months ago

Allow to skip operation parameters in documentation. This prevent errors linked to missing ApiComponent implementation.

Fixes #107