0.0.12 • Published 5 years ago

@leicht.io/rekvaest v0.0.12

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Rekvaest

Yet another HTTP Client made simple with no support issues (uses XMLHttpRequest and Promise).

Supports simple use cases; right now only support for GET (POST and other will be implemented).

Size: ~ 1-2kb gzipped.

Install

npm install @leicht/rekvaest@0.0.3

Run Demo

npm run demo

Usage

import Rekvaest from "Rekvaest";

GET

Rekvaest.get(this.baseUrl + "todos/1").then(response => { console.log(response); }, rejection => { console.log(rejection); })

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago