← All work
Tooling · 2013

REST API Console (jQuery/Bootstrap Front-End)

Overview

A browser-based REST console, titled “Consola CONSUMATOARE INRAITA DE REST” (a playful Romanian “hardcore REST consumer console”), for issuing requests against a REST API and inspecting responses, backed by a small PHP proxy to sidestep cross-origin restrictions.

Why It Exists

Working with a hosting/provider REST API needed a quick interactive tool to fire requests and read responses without a heavyweight client, with a server-side proxy to get around browser CORS limits.

What We Built

A single-page jQuery/Bootstrap UI (with jQuery UI autocomplete, a Bootstrap-responsive layout, animate.css and IE-compat shims) for composing and sending API calls, paired with proxy.php that relayed requests server-side. The codebase is dated to 2013 (multiple “conflicted copy 2013-03” artifacts), making it one of the earliest pieces in the archive. It is essentially identical to the sibling proiect folder.

Technologies & Approach

jQuery + jQuery UI + Bootstrap on the front end, with a thin PHP proxy for cross-origin relaying, a pragmatic, no-framework tool typical of 2013 web development.

Outcome / Impact

A usable internal tool for exercising and debugging a REST API. It demonstrates early front-end skill and an understanding of CORS/proxying well before such tooling was commonplace.

Capabilities Demonstrated

  • Building interactive API testing/console UIs
  • Working around CORS with a server-side PHP proxy
  • jQuery/Bootstrap front-end development (2013 era)
More work See all →