cakephp-swagger
cakephp-swagger copied to clipboard
Swagger plugin for documenting your CakePHP APIs
I recently updated my project to CakePHP 4.3, and I get this message: ``` [Deprecated (16384)](javascript:void(0);): `Router::plugin()` is deprecated, use the non-static method `RouteBuilder::plugin()` instead. /var/www/repo/public/vendor/alt3/cakephp-swagger/config/routes.php, line: 56 You can...
This solves #59
Having issues accessing swagger path when using cakePHP 4.1.1
As far as I understand, cakephp-swagger uses php-swagger in version 2 which did not support OpenApi 3. Is it possible to use cakephp-swagger with php-swagger version 3? Composer doesn't allow...
Im my localhost swagger works well, but when I upload to a web service with server Nginx I am got this error: Can't read swagger JSON from https://servername/swagger/docs/api someone know...
Placeholder for https://github.com/swagger-api/swagger-ui/releases/tag/v3.0.0, needs investigating.
Hello, I'm stuck with mixed content error. I'm on cloud hosting running https, but swagger try to load assets in HTTP. Here is my swagger configuration ` use Cake\Core\Configure; return...
I have a parameter defined as @SWG\Parameter( name="id", description="contact primary id", in="path", required=false, type="integer", ) On the UI it shows correctly as Description | Parameter Type | Data Type --...
Is there any way to use `api_key` to represent `'Authorization: Bearer '` in header.