wp-api-swaggerui icon indicating copy to clipboard operation
wp-api-swaggerui copied to clipboard

SwaggerUI for WordPress REST API v2

Results 11 wp-api-swaggerui issues
Sort by recently updated
recently updated
newest added

Hi, whenever I request an endpoint that takes longer to load the data, it crashes the browser. Any ideas about what may be causing this? It seems like after 3...

Currently the url paths in the swagger ui are broken whenever the url has multiple url params. This PR modifies the regex so it works with random amount of params....

This PR fixes generating default tags so it takes the first part of the url which is neither namespace nor url parameter. ## Before ## ![Zrzut ekranu 2022-10-6 o 21...

Hi, The `SwaggerTemplate::removeQueuedScritps()` method removes all scripts and styles, except `admin-bar` and `dashicons`. As a result, the output of the [QueryMonitor](https://github.com/johnbillion/query-monitor) plugin is broken. I guess it might also break...

Is it possible to change authorizations option to use Bearer token via Authorization header? If not, I would love to see this option added. Thanks!

PHP Notice: Undefined index: type in /usr/local/wordpress/wp-content/plugins/wp-api-swaggerui/wp-api-swaggerui.php on line 327 ```php if (isset($detail['items'])) { $params['items'] = array( 'type' => $detail['items']['type'] ); } ```

Hi, could you please develop a new version that is compatible with openapi version 3? Or at least share how we could do it. Also I can see some minified...

https://github.com/agussuroyo/wp-api-swaggerui/blob/9339576692d139befe5c896666090887c13cb3d5/wp-api-swaggerui.php#L237 need 'tags' => isset($arg['tags']) ? $arg['tags'] : $tags,

As soon as the plugin gets activated it breaks editing within Elementor and access to the Rest API Might be related to colliding Basic Auth, as the website is secured...