-
I mark any service-generated parameters as readOnly, such as UUIDs and timestamps for when resources are created and updated. The parameters should only be shown in responses, never in requests. RapiP…
-
The code panel containing the json responses is rather small.
I suggest replacing the
.multiline {
max-height: 200px;
}
https://github.com/mrin9/RapiDoc/blob/021dfc1bb520f…
-
### Expected Behaviour
java -jar target\api-device-0.1.jar
above command is expected to run the micronaut service.
### Actual Behaviour
```log
C:\data\projects\api-device>java -jar targ…
-
Thanks Rapidoc.
My API document became beautiful.
I have a wish one. I want to get an endpoint URL that it is generated automatically like this:
![스크린샷 2020-01-22 오후 7 12 41](https://user…
-
The goal is to only show the API endpoints that are authorized. A call to retrieve the spec should include the authorization header so that endpoints could be filtered.
-
Hello,
It seems that fonts always loading from the path where index.html is held.
I have a situation where my index.html file is in `/docs/` path, but fonts are in `/docs/static/` path (and I cannot…
-
The lodash version (4.17.11) used on the current build of RapiDoc includes a High Severity vulnerability:
https://snyk.io/test/npm/lodash/4.17.11
-
Hi, thank you for the nice library!
I want to use it in my project, but for a convenient way to use it I need to load settings via js object, something like this
```html
d…
-
Hi,
Does RapiDoc support sending dynamic formdata string parameters in the url?
As per the link https://stackoverflow.com/questions/49875184/how-to-describe-dynamic-form-data-using-openapi-swagger, …
-
👋 Thanks for making this project. It's really useful for showing an OpenAPI Spec.
I was wondering with `7.0.1+` how linking to specific endpoints was supposed to work. I've tried the following URL …