acacode / acacode/swagger-typescript-api
Security scheme with apiKey in query parameter
Aperta
enhancement
- Lingua principale
- TypeScript
- Stelle
- 4.1k
- Fork
- 436
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Is there a way to pass an API key as a query parameter as in this example OpenAPI snippet?
```
{
"openapi": "3.0.0",
"components": {
"securitySchemes": {
"api_key": {
"type": "apiKey",
"in": "query",
"name": "api_key",
}
},
}
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.