-
Serve the REST API docs at the `/api` endpoint, using Swagger-UI
-
You're encoding a value and then giving it to URLSearchParams...
see (say) here:
https://github.com/mrin9/RapiDoc/blob/master/src/components/api-request.js#L499
This results in a comma becoming…
-
##### **Overview of the feature request**
Swagger UI very old version (2.2.10) is used which does not provide the support for Open API
##### **Motivation for or Use Case**
Open API support
…
-
As far I can tell a description for a header is not required (at least for 3.0.2). But with RapiDoc
the javascript will throw without it.
The offending line is here:
https://github.com/mrin9/Ra…
-
I didn't find a way to display array items as an example.
```yaml
openapi: 3.0.0
info:
description: Some description
version: 0.0.1
title: Some title
tags:
- name: hello
paths:
…
-
For some historical reasons, I have to use GBK encoding in my project. This makes the swagger document appear strange characters, how can I use RapiDoc in GBK encoding project? Thanks
ansiz updated
5 years ago
-
https://github.com/mrin9/RapiDoc/blob/7f22f69d201cb964aab6fa8a56b564272f1e45cc/src/components/api-request.js#L514
The above line fails to build correct URL
Example: https://httpbin.org/get&api_…
-
Hi,
In my swagger definition, I have `"host":"localhost:8080"`.
However, RapiDoc strangely declares that the API server is `//api-docs//localhost:8080/`
...which causes all "try" requests to …
-
rapidoc version 5.0.0
![Screen Shot 2019-05-07 at 08 47 07-fullpage](https://user-images.githubusercontent.com/2042338/57300465-e165bf80-70a4-11e9-8e90-213c3566bca4.png)
-
I have a OpenAPI 2.0 doc that has both "application/json" and "application/xml" in the produces section at the api spec level. The generated requests don't include any Content-Type header, (which is…