0.0.3 • Published 3 years ago

rev-request v0.0.3

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

Overview

⚠️ This package is in development and not yet ready for public consumption. ⚠️

The rev-request package is a TypeScript library to facilitate client-side HTTP requests.

Capabilities

  • HTTP methods (GET, POST, PUT, DELETE)
  • Query string composition
  • JWT Token Authorization

Table of Contents

Getting Started

Install

$ npm install rev-request

Usage