-
Similar to Unit Testing for Petstore client in other programming languages, we also need unit testing for TypeScript (angular and node) to test the Petstore so as to ensure code changes do not break t…
-
There is nothing wrong with the following writing, but it cannot be used in GET
` #[OA\RequestBody(content: new OA\MediaType(mediaType: 'application/x-www-form-urlencoded', schema: new OA\Schema(ref:…
-
### What happened?
Use PHP Swagger API docs generator with https://github.com/DarkaOnLine/L5-Swagger and https://github.com/zircote/swagger-php to add these codeblocks to the stubs.
```php
use …
-
This [line](https://github.com/byu-oit/infohub/blob/5bffbeb818fe75bba6a831fa70ed0e09a8b70524/app/Model/Swagger.php#L51) is causing issues with this [swagger](https://github.com/byu-oit/erp-hr/blob/mas…
-
Hi!
I use swagger-codegen version 2.4.25 for PHP client.
When I use client with logger middleware getContents returns empty string.
And I know why. Because method getContents returns the remain…
-
##### Description
As a laravel developer I would like to have the server stub being generated from my swagger documentation.
##### Swagger-codegen version
2.4 / 3
##### Command line used f…
-
Hi,
I want to use remote reference as indicated in the [official documentation](https://swagger.io/docs/specification/using-ref/) of swagger but I would not be able to, I get an error that it does no…
-
##### Description
I generate a PHP client using the configiration file: https://data.explore.star.fr/api/v2/swagger.json.
There are a few syntax errors on generated PHP classes.
On "Api/Dataset…
-
I installed swaggervel in my project but when i go to /api-docs i get this error
```
FatalErrorException in routes.php line 39:
Class 'Swagger\Swagger' not found
in C:\projects\laraveltest\laravel\ve…
-
We should introduce tests for the REST API in OJS. It looks like some tools exist for generating tests from a `swagger.yaml` file. This would be great if we can integreate it. It will allow us to desi…