• I’ve built a custom REST API for my WP application and I was looking for some way of documenting it with the ‘try it out’ type of functions that you often see on other (bigger) sites. After finding swagger.io and then searching the Plugin repository I was absolutely overjoyed with this Plugin.
    It picks up all your rest routes automatically and provides you with a documentation page where you can provide a basic auth login/password and try it out.

    Awesome and love it.

    The only thing that tripped me up – which is no biggie and probably my fault is that you must define all your arguments in the ‘args’ list. I omitted my IDs because they were already regex checked in the route definition. The plugin needs the args list in order to create the page.

  • The topic ‘Just superb!’ is closed to new replies.