-
### Snipe-IT Version
5.1.8
### Operating System
Ubuntu
### Web Server
Docker
### PHP Version
N/A
### Is your feature request related to a problem? Please describe. A clear and concise descript…
jk1ng updated
2 years ago
-
It seems to me that OpenAPI code generated for enum based discriminator is incorrect. Here is link to an example from the TypeSpec documentation and the generated code:
[Playground Link](https://typ…
-
The App Directory documentation uses a generated ReDoc static html file for the API docs, based on appd.yaml, but docusaurus now have several nice plugins for integrating OpenAPI documentation which w…
rikoe updated
1 month ago
-
From the README:
Alpha OpenAPI support
Parse Open API v3 apis and generate Lisp API spec from it.
[cl-swagger](https://github.com/incjung/cl-swagger-codegen) might be a good place to start.…
-
## Who is your user?
As a developer
## What are they trying to achieve?
I wanted to have a list of api endpoints using the OpenApi spec 3.0 : https://swagger.io/specification/ (for connecting with…
-
### Description
The type declarations generated by openapi-ts are very good.
They would be even more useful if they had JSDOC tags.
The information for JSDOC tags is readily available in an Ope…
-
### What happens?
OpenAPI schema imports should be more resilient to `null` values in JSON schema.
When providing a schema like this (or presumably a schema with null values elsewhere, I generat…
-
API documentation on https://argus-server.readthedocs.io/en/latest/api.html should ideally be defined via OpenAPI instead of manually in a .rst file. This will require a way to hook the generated docu…
-
Hi, do you have any plans on adding a new feature that adds support for generating OpenAPI compliant documentation out of the api configuration? It would be really nice to have!
-
### Proposal:
This currently does not work:
AND field IN (NULL, 'other', 'other2')
Gives: syntax error, unexpected NULL near 'NULL,
So we have to use
AND (field IS NULL OR field IN ( 'ot…