-
apidoc on it's own runs smoothly.
apidoc-swagger -i dist/ -o doc/
(node:10252) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to …
-
Здравствуйте. Не пойму. Установил, запускаю
```shell
./vendor/bin/bitrixoa --bitrix-generate
```
В ответ приходит
Exception: Class 'OpenApi\Logger' not found
На трех проектах так
-
When I generate a server stub using the php-silex preset I get an index.php. If I google "silex .htaccess" I can easily find the mod_rewrite directives to get it working. However, when I generate code…
-
**API Platform version(s) affected**: 2.6.1
**Description**
Custom filter is registered, but does nothing.
**How to reproduce**
```
-
##### Description
When using a generic `type: "object"` in my swagger file for a property and then setting that property such as:
```php
$my_data = new \stdClass();
$my_data->hi = "world";
$clie…
-
I think there is some problems when you need to share API documentation using auth.
I'm using
```
$config = new Config([
'username' => 'aaa',
'password' => 'bbb',
'database' => 'ccc',
'…
-
With attempt to generate API-client with `swagger-codegen generate -l php -i ./swagger.json` occure errors.
Almost all of them can be skipped, but one of them prevents to use Alerts tag endpoints.…
-
**API Platform version(s) affected**: 2.6.0 beta1
**Description**
When I try to perform an operation via Swagger using authentication an error is thrown in the Swagger side edge and the request …
-
https://github.com/zircote/swagger-php/blob/8f53ded4c90ec7cccb18333c1d7d8a4c16f0c3c8/src/Annotations/MediaType.php#L61
-
##### Description
There is an empty response when calling searchCustomers. I traced the code and the response in json is correct but appears to have an issue deserializing and not having data bac…