-
Running a `vault server -dev` instance briefly, to retrieve OpenAPI documentation from it, is a useful practice when you want the OpenAPI doc for further processing.
This practice is even codified …
-
**Is your feature request related to a problem? Please describe.**
We are creating *p***Rest**.admin, for it we will need to create a javascript client to consume _p_**Rest** server.
**Describe th…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
## User story.
As an API developer, I don't need to mark an endpoint as deprecated in OpenAPI and in my API code by emitting a HTTP `Deprecated` header.
## Is your feature request related to a p…
-
I would like to use this theme as a documentation platform internally. The problem is that we internally as well as all our customers are using OpenAPI 3.0.
## Expected Behavior
Use OpenAPI 3.0 ya…
-
Hi, is it possible to generate enaums like this: https://stackoverflow.com/questions/66465888/how-to-define-enum-mapping-in-openapi ?
I can't find any documentation on how to enable it, but I need …
-
Swagger spec:
```
Query:
type: object
required:
- select
properties:
select:
type: array
items:
type: string
where:
type: array
items:
…
-
Placeholder to discuss the error handling in OSDM.
Example:
- CONFIRMATION_BOOKING_ALREADY_CONFIRMED and BOOKING_BOOKING_ALREADY_CONFIRMED, BOOKING_BOOKING_ALREADY_CANCELLED and CONFIRMATION_BOOKI…
-
/openapi/quote/v1/ticker/24hr does not return bestBidPrice and bestAskPrice as per documentation
-
## Documentation link
It doesn't exist yet.
## Describe the problem
If I swizzle a component, e.g. `ApiExplorer/index.tsx`, my TypeScript configuration will start complaining with errors such…