autapi 0.0.1

Automatic OpenAPI specification from function signatures
Documentation
1
2
3
4
5
6
7
8
---
source: autapi/src/openapi/mod.rs
expression: "SecurityScheme::new(SecuritySchemeType::Oauth2(Oauth2SecurityScheme::default()))"
---
{
  "type": "oauth2",
  "flows": {}
}