RapiDoc
RapiDoc copied to clipboard
RapiDoc -WebComponent for OpenAPI Spec
``` ServiceLevelAgreement_Fields: in: query name: fields description: By default, only the "name" field is included in the listing, to add more fields, you can pass the fields param to GET...
```yaml resolvers: type: array items: oneOf: - type: string format: ipv4 - type: string const: private ``` Renders incorrectly as an array of objects instead of an array of strings:...
Currently, `info-description-headings-in-navbar` allows drawing a custom sidebar with `h1` and `h2` headings for navigation. However, it can quickly become a bit untidy if the info sections contain a lot of...
I have two security schemas defined - anonymous and bearer, here is the corresponding part of my schema ```json "securitySchemes" : { "anonymous" : { }, "bearerAuth" : { "type"...
Hello, there is a problem with quoting in the windows shell. Here is an example with the curl delete method, using -d for data. The api doc page says: ```...
Within a schema of type array there are properties "minItems", "maxItems" and "uniqueItems" to define restraints for the array items. (see [here](https://swagger.io/docs/specification/data-models/data-types/)) Currently the minItems- and maxItems-properties are displayed in...
Is there a way to init Rapidoc completely from JS? I have this in ajax-loaded content: ``` ``` $openApiJson variable inserts the OpenApi json into this data-element. In JS which...
What would be the correct way (if it is at all possible) to style buttons, e.g., `btn` and `btn-response-status` parts as well as the `tab-btn` classes? If I use `css-file`...
I have searched but could not find any solution to this except a different issue: https://github.com/rapi-doc/RapiDoc/issues/678 that had a similar problem. If I place something like this in a slot:...
Would be great to have the "curl" example showing, without the try button. I had assumed by using the following combination of options that this would be achievable: `allow-try :...