-
I want to generate documentation that shows the return object as JSON. Example:
```
api :DELETE, '/v1/licensee_categories', "Deletes a Licensee Categories"
formats ['json']
param_group …
-
I have following open api specification description:
openapi: 3.0.3
...
/foo:
get:
operationId: foo
parameters:
- name: bar
…
-
Replace external adapters with chainlink functions to fetch live data.
-
the 'reference' ignored when specified for @ApiRespons
According to the doc:
> Specifies a reference to the response type. The specified reference can be either local or remote and will be used as…
-
https://github.com/MartinZikmund/mzikmund/blob/55074ae544e6d3c94b9a6d6b1c73e73c3365b1b5/src/shared/MZikmund.Api/IMZikmundApi.Posts.cs#L17
```csharp
using MZikmund.DataContracts;
using MZikmund.Data…
-
Hi,
I would like to request for this library to be compatible with [springdoc-openapi](https://springdoc.org/), to be able to allow springdoc-openapi to pick up `@ResponseStatus` defined in the `@E…
-
### I tried this:
Given this starter code:
```js
bring cloud;
let api = new cloud.Api();
api.get("/", inflight (request: cloud.ApiRequest): cloud.ApiResponse => {
return cloud.ApiRespons…
-
This relates to the issue https://github.com/smallrye/smallrye-open-api/issues/1895
The plain text is shown correctly, but during the build I still get messages like
```
io.smallrye.openapi.run…
-
Using `io.swagger:swagger-jersey2-jaxrs:1.5.21` and the following configuration:
@JsonView(SomeView.class)
@GET
@ApiOperation(
@ApiResponses({
@ApiResponse(code = 40…
-
Hi,
I'm generating code for Java. I want my service to return a different type for each response status. If request is successful (status 200), I want it to return an object of type ResponseGetAllO…