-
### Terms
- [X] I have searched [open and closed issues](https://github.com/scribe-org/Scribe-Server/issues?q=is%3Aissue)
- [X] I agree to follow Scribe-Server's [Code of Conduct](https://github.com/…
-
Adding `csrf=True` does not currently add `X-CSRFToken` header parameters to the OpenAPI spec, but I think it should.
Ex:
```
api = NinjaAPI(auth=django_auth, csrf=True)
```
...
```
paths:
…
jlost updated
5 months ago
-
IntelliJ IDEA 2018.1.6
```
Write-unsafe context! Model changes are allowed from write-safe contexts only. Please ensure you're using invokeLater/invokeAndWait with a correct modality state (not "any…
-
Hi,
We're looking to create a notion SDK using Scala.
Would it be possible to access your **OpenAPI** spec or whatever was used to generate `api-endpoints.ts` please ?
It seems that it was alrea…
-
I tried to configure the authentication part of the openAPI documentation with the following config:
```
app.use(
'/api',
useSofa({
schema,
basePath: '/api',
openAPI…
-
##### Description
In Spring Boot 2.1.6 project we use SpringCodegen and openapi-generator-maven-plugin to generate DTOs and interfaces for controllers from yaml-file with openapi 3.0.0. Generated…
-
# Create documentation
## Automatic documentation
- [ ] Automatically generate OpenAPI Spec somehow
- [ ] Set up automatic build & deployment of the docs (Vitepress? Docus?)
## Manual docume…
-
### Description
This page mentions adding `` element to the `.csproj`, but has no reference to `` docuemtation.
### Page URL
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/openapi/opena…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/…
-
Following the directions in the readme i have
1. Update the routes documentation
```
# schema:
# $ref: ' #/components/schemas/v1.models.Communication'
```
2. Set v3 = true in my …