-
### Description
The swagger documentation should include example payloads to help development and execution of calls manually or via scripting clear.
https://swagger.io/docs/specification/adding…
-
An OpenAPI definition should be generated by the app itself.
Sections to generate:
- [ ] Service information
- [ ] Session management
- [ ] User management
- [ ] Post management
- [ ] Feed man…
-
update swagger-example; there have been many improvements since last commit.
-
## Endpoints :
- [ ] Algorithms
- [ ] Apps
- [x] Auth
- [ ] Conf Files
- [ ] Data Files
- [ ] Data Inertial Files
- [ ] Data Sources
- [ ] Features
- [ ] Jobs
- [ ] Jobs Logs
- [ ] Jobs Tas…
-
Currently version 1.0.0 is hard coded into the Swagger documentation. Update the release script to put the current release version into the documentation.
-
Problems
The current documentation does not show
- Request media types
- Examples
-
I'm facing a problem when using swagger() and helmet() together in an Elysia application. When I configure the application as follows:
```typescript
import Elysia from 'elysia'
import swagger fro…
-
I was wondering if it is possible to integrate OData controllers with Swagger or similar services to provide API documentation? There is an old [unmaintained project](https://github.com/rbeauchamp/Swa…
-
We need Swagger and/or OpenAPI documentation for the endpoints in lighthouse-audit-service. it would be preferable to generate these somehow, considering we have TypeScript types annotating the expect…
-
OpenAPI YAML defining a simple post endpoint that supports both JSON and XML request bodies
```
openapi: 3.0.3
info:
title: API
version: 1.0.0
servers:
- url: http://localhost:55321
…