-
It would be nice if the available REST api's are documented using OpenAPI v3. This would facilitate auto generation of the https://github.com/SevKohler/Eos/wiki/API-endpoints page similar to EHRBase's…
-
### Feature epic details
- For the title of this issue, type: Documentation, _Development epic name_
- Link to development epic: OpenLiberty/open-liberty#27311
- Target GA release: 24.0.0.12
…
-
Is it possible to provide OpenAPI documentation for this project? I would like to do some API testing
-
Our API documentation is written using OpenAPI and is almost complete. However, some endpoints may not be fully up-to-date with the latest code changes. If you're interested in contributing, feel free…
-
With the older OpenAPI 2 support I could define parameters to have top-level validation like so:
```clojure
:parameters {:query [:and [:map
[:x int?]
…
-
Integrate Swagger/OpenAPI to document all RESTful APIs.
Ensure documentation is accessible via a dedicated endpoint (e.g., /swagger-ui.html).
Keep documentation updated with API changes.
XDftr updated
1 month ago
-
Add Swagger or OpenAPI documentation for HelloWorld Service and DB Service to auto-generate API docs.
-
OpenAPI V3 has been GA for a couple of releases and it would be great if we could generate documentation based on OpenAPI V3 instead of V2. kubectl-validate has samples of how to fetch the OpenAPI V3 …
-
Hello, first of all, great work, even if it's in a early stage!
I'd like to enrich you work with proper openapi annotation and swagger/redoc UI.
I'll post updates on this thread, please feel free t…
-
### Scribe version
4.36.0
### Your question
One of our endpoints receives an array of objects which is wrapped in a data wrapper (see example).
We validate the input with a Laravel Form Request an…