-
_First off, this is a fantastic viewer. Thank you!_
I noticed that when I add headers to a given response object, that data is not included in the output.
I wanted to try to submit a PR for you …
-
The "SET" button in the "AUTHENTICATION" section does nothing when the security scheme is bearer:
```
...
"security": [
{
"Bearer": []
}
]
...
"components": {
"securitySche…
-
When using relative `spec-url` the curl is missing the server part:
```
```
```
curl -X GET "/ds/assets?"
```
-
Each schema (e.g. for a response or request) can have a field "example".
This field is currently not used to display the example.
You can see this with our API doc: https://infinimesh.github.io/in…
-
When trying a request using the documentation interface, path parameters must by manually URL encoded (eg. "/some/path" > "%2Fsome%2Fpath" or "Creme Brulee" > "Creme%20Brulee").
Is there a reason i…
-
Rapidoc sends empty query params. so if i don't fill it out, i'll get an error..
Example:
It calls:
https://api.infinimesh.io/namespaces/joe/objects?recurse=
it should omit this param complete…
-
Hi, I started playing around today and wondering how you're building this, I just did npm install and npx webpack, mostly looks like its building but I get an error, any advice much appreciated, looks…
-
Hi,
First, thanks a lot for this awesome work. It really is great.
After expanding my doc, I ended up receiving a "Oops, Error encountered while parsing the Spec" when I load it into openAPI Vie…
-
Hi,
Firstly, thanks for making this repo! It does everything I want from a Swagger viewer, all in a lightweight package ❤️
That said, I've found a small bug in the example response section, whe…
jakul updated
5 years ago
-
Looking for more documentation that is similar to swagger-ui's seen here: https://github.com/swagger-api/swagger-ui#usage
Mainly these 2 topics:
- [ ] installation into another project/page, e.g.…