-
**Describe the bug**
A clear and concise description of what the bug is.
- A pre-existing API using v1.yaml and express-openapi-validator successfully
- original routes were unversioned e.g. `/he…
-
Hi! I'm trying to add microprofile openapi annotations to an implementation class (and it's `@Override` methods), with the intention for these annotations being added to the existing set of annotation…
-
##Summary
I want to use docusaurus-openapi to generate a docs only website from a swagger file, but navigation does not work.
## Steps to reproduce
Bootstrap a new project with `npx create-docu…
-
Currently the only way to add a description to the tags is to include them manually as "openapi_extra" at the NinjaAPI constructor like so:
```python
api = NinjaAPI(openapi_extra={"tags": [{
"n…
-
Issue:
Uploads that has failed , but still marked as accepted on chain
Evidence:
dataObjectId: 2100687
```
{
"data": {
"storageDataObjects": [
{
"isAccepted": true…
-
We're trying to generate an OpenAPI schema using `starlette.schemas.SchemaGenerator`, however it does not include any definitions for ariadne.
As per starlette's [docs](https://www.starlette.io/sch…
-
Hey folks,
This is a RFC (request for comments) for a generator that can integrate with GitHub or GitLab. There are a few ways to do this, and I was going to document an idea I had about it, and wo…
-
### Environment
Nuxt project info: 18:20:04
------------------------------
- Operating System: Windows_NT
- Node Version: …
-
**API Platform version(s) affected**: ^3.1
**Description**
I have endpoints that needs to be accessible from different hosts for a multi-tenant app.
On the main domain (`example.com/api`), ther…
-
Hi!
I'm trying to expose an OpenAPI spec this way:
```rust
...
.service(
web::scope("/docs")
.wrap(auth)
.service(
SwaggerUi::new("/swagger-ui/{_:.*}").url(…