from Hacker News

Show HN: APIBoard, Interactive API Documentation with JS-Powered Workflows

by revetkn on 5/26/15, 6:47 PM with 9 comments

  • by revetkn on 5/26/15, 7:05 PM

    The basic idea is we wanted a hosted Postman which allows you to wire your endpoints together "lego-style" into workflows (step 1 is authenticate, step 2 is fetch a list of users, step 3 is update the first user in the list). You can then shoot someone a URL and they can hit the "play" button and the API calls execute before their eyes. Some other notable features we've added are team support, versioning, and dependency tracking.

    The drawback of most hosted services like this is you can't see things on private networks, like localhost or a corporate intranet. We have an OS X native app to circumvent this and a Windows version is coming soon.

    We'll try to answer any questions you might have, thanks for checking it out!

  • by pcimino on 5/27/15, 12:06 AM

    I've been playing with this on and off for a few weeks. My shop has their own REST development and review process. So I've been using it as an educational tool for devs new to REST, fits the bill better than swagger or postman.
  • by navd on 5/26/15, 8:50 PM

    The landing page is so messed up on safari mobile that I can't even read it.