6
3 Comments

API UI redesign

We've completely redesigned our API UI to power our users security implementation. Before it was just a poor swagger-ui integration, but we hated that. And so did our users. So instead we've decided to open source a really pretty API explorer. We're using it, and we hope everyone of our users like it too.

Also we're sharing it with IndieHackers because we don't want anyone to have to build their own API explorer like we did:

https://github.com/Rhosys/openapi-explorer

, Founder of Icon for Authress
Authress
on March 28, 2021
  1. 2

    Awesome work @wparad - readme.io does something like this (uses swagger import and then generates an interactive api doc, but it's expensive and not very customisable). This is amazing :) Thank you!

    1. 1

      Glad to hear it. We just hated everything else that was out there, or they were paid, and for just a simple API explorer, we thought it should be easy and free. As there are tons of libraries to do this already.

      Cheers!