Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 897 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 897 Bytes

Overview

APEye is a jQuery widget for issuing HTTP requests, designed to help document and test APIs. With a few lines of Javascript, you can let users experiment with your API without leaving the documentation. Unlike hurl and apigee, requests are handled entirely by the client -- no server-side proxy is needed.

Homepage: http://www.apeye.org/

Features

  • Tested in Firefox 17+, Chrome 20+, and IE 9
  • Supports SOAP 1.1, SOAP 1.2, XML-RPC, and JSON-RPC 2.0
  • Powered by CodeMirror, with automatic syntax highlighing and pretty-printing
  • Circumvents the same-origin policy for subdomains
  • Can generate permanent links to snapshot a request and response
  • Autocompletion support for method names and URLs