A Simple API Console

Why I wrote my own API console

There are a lot of good tools out there to run API calls from your desktop or automated from cloud services for testing and monitoring. These tools are great for the Enterprise and they’re awesome for the savvy developer, but I just needed a very easy way for a novice to push a button and get a response, in-line with my code and helper text.

So, I just sat down one afternoon and wrote a really basic, ajax driven API console.

API Console

It ended up being 200 lines of code including the HTML and JavaScript (and of course a link to the CDN ajax library), and it's super basic. You can toggle methods/verbs, enter a URL and add headers and nothing else. It's the really basic manual kind of call that is more "functional toy" than enterprise tool.

BUT what it also lets me do is easily drop it into a static HTML page and style it. It's all contained in a div layer and

API Console with CSS styling

This makes it easier to demonstrate my API in the context of a story, not just a collection of REST calls that someone fiddles with, but a live demo -- and demos always need a couple rails and controls to help the uninitiated along their journey.

It's always a tricky tightrope walk between buying and building… between the familiarity of a ubiquitous vendor that everyone knows, and delivering the message you need without having to wade through a few extra tools.

I'm not going to stop using Postman or start building my own automation instead of using things like Selenium, but it is important to step back every now and then and decide if we really need a whole platform, or just a little flexible code.

I'm sharing it on GitHub just as a way to explain my thought process (I'm really not a coder, so I know I have some odd choices in my code). Feel free to check it out and make suggestions and changes or run with it yourself! Or, try it out live. You'll be seeing it more as I start to build out a proper "how-to" section for the UXAPI platform with some basic tutorials on APIs in general.

API Design Tools
API Design Tools

Give us a few keywords, or give us a spreadsheet, and we'll turn it into an industry standard API complete with documentation you can share with your team or your customers.

API as a Service
API as a Service

We use modern, cloud-native technologies to host your API for the best uptime and response times. API as a Service means you don't have to worry about the complexities of cloud architecture, and you get focus on your application.

Card image cap
Security

Security should never be an afterthought, but it should never get in the way of your project either. We build all our tools with security in mind, so when you need to add user level rules for who gets to do what, it's just a matter of adding a few rules.

API Basics
Security
A bit about Us