Skip to content

paulhitz/yet-another-rest-client

Repository files navigation

Yet Another REST Client

Code Climate Build Status

YARC (Yet Another REST Client) is an easy-to-use REST Client for Google Chrome.

Use it to develop, test and debug RESTful APIs.

It has a number of powerful features...

Favorites

  • Save favorite requests (including headers, payload etc.) and re-use them with the click of a button.
  • Import/Export favorites.
  • Your favorites are automatically synced with your Google account and are not tied to a single machine.

History

  • View all your previous requests and responses.
  • Easily execute previous requests.
  • Easily filter your previous requests.

Custom Headers

  • Choose from a large range of existing request headers.
  • Create and save your own custom request headers.

More...

  • View the request response in beautiful syntax highlighting (including JSON, XML, HTML and CSS).
  • See how long each request took to complete.
  • Supports GET, POST, PUT, DELETE, PATCH, HEAD and OPTIONS request methods. Custom request methods can also be added by the user.
  • HTTP Basic Authentication.
  • Responsive Design.
  • Dark Mode.
  • 100% Free. No strings attached.

Installation

The tool is available as either a Chrome Extension or a Chrome App. Installation is trivial. It can be installed from the Chrome Web Store...

Install

Tech

This is a AngularJS application packaged as a Chrome Extension/App to avoid CORS (Cross-Origin Resource Sharing) issues. Bower is used to handle dependencies.

Site

Official Project Site

Screenshots

Main

Main Screenshot

Request Response

Response Screenshot

History

History Screenshot

Dark Mode

Dark Mode Screenshot