GithubHelp home page GithubHelp logo

agussuroyo / wp-api-swaggerui Goto Github PK

View Code? Open in Web Editor NEW
55.0 1.0 20.0 2.36 MB

SwaggerUI for WordPress REST API v2

PHP 81.19% Shell 15.78% JavaScript 2.33% SCSS 0.70%
swagger swagger-ui swagger-api wordpress wordpress-plugin wordpress-rest-api wp wp-rest-api swaggerui-plugin wp-swaggerui

wp-api-swaggerui's Issues

Does not work on Bedrock boilerplate.

We are using Bedrock as boilerplates of WordPress sites. This plugin is very useful but unfortunately it does not work correctly because API endpoints become wrong.

When using bedrock, the WordPress address and the site address are not the same. For example, on typical Bedrock site the WordPress address is http://example.com/wp and the site address is http://example.com, then the API endpoints are kind of http://example.com/wp-json/<namespace>/.... Since wp-api-swaggerui tries to find endpoint using WordPress address via site_url API, it fails to get correct endpoints.

Although I know that using Bedrock is not general WordPress installation, for your information, I had to replace all usage of site_url with home_url to get it work with Bedrock.

JS script crashes the browser

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 seconds the loading animation freezes and then the browser crashes. I have tried in various browsers and all have the same issue. This occurs when I'm on the API docs page and I do a simple GET request Authorized.

Support for Authorization header

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!

Support for OpenAPI version 3.0

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 JS files, I suppose you're using a gulp or webpack to build the assets, can you commit these files so we might be able to fork the plugin and implement some changes please?

PHP Notice: Undefined index: type

PHP Notice: Undefined index: type in /usr/local/wordpress/wp-content/plugins/wp-api-swaggerui/wp-api-swaggerui.php on line 327

if (isset($detail['items'])) {
    $params['items'] = array(
        'type' => $detail['items']['type']
    );
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.