-
Hello, I have found https://github.com/rancher/api-spec but there does not seem to be a machine readable OpenAPI/Swagger spec for the Rancher API. I do not see an issue in 2.0 or 2.1 milestones.
Can …
-
I tried running the "Basic" example, taken from https://github.com/SMILEY4/ktor-swagger-ui/blob/develop/ktor-swagger-ui-examples/src/main/kotlin/io/github/smiley4/ktorswaggerui/examples/Basics.kt, onl…
-
It came up a lot in the Docker Remote API rework discussions: https://github.com/docker/docker/issues/15188 https://github.com/docker/docker/issues/5893 I also think swagger is a great way to describe…
-
- Look at all endpoints from https://docs.google.com/spreadsheets/d/1A-VWxGheyS36Fm6mj7MLnrHO2UvXAMSE7TxJ652bxuw/edit?gid=0#gid=0
- Go to https://docs.figshare.com/ and the source code https://github.…
-
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/f0f1de59d208c0955fbb4a19d2186c82bd3b2cae/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.5/rbac.json#L706
### API S…
-
This service definitely needs an API spec asap. Related to #29
-
Implementation example: https://motif.land/guides/openapi
```json
{
...
api: { url: "swagger api endpont here" , doc: "can extend doc using mdx" }
...
}
```
It automatically adds API the side…
-
I use swagger to define my rest APIs.
Do you think it would be possible to include a swagger spec implementation?
-
## Bug Description
OpenAPI spec generated by `GET https://api.twenty.com/open-api/core` is not a valid OpenAPI spec.
This causes some services like Google's Conversational Agents to reject Twenty as …
-
I am trying to create documentation using `swagger-ui-express` and `swagger-jsdoc` as follows:
```ts
import swaggerJsDoc from 'swagger-jsdoc';
import swaggerUi from 'swagger-ui-express';
const …