Skip to content

cuongndc9/xuka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Cuong Tran
Oct 9, 2020
dd82899 Β· Oct 9, 2020

History

5 Commits
Oct 9, 2020
Oct 8, 2020
Oct 8, 2020
Oct 8, 2020
Oct 8, 2020
Oct 8, 2020
Oct 8, 2020
Oct 8, 2020
Oct 9, 2020
Oct 8, 2020
Oct 8, 2020
Oct 9, 2020
Oct 8, 2020
Oct 9, 2020
Oct 8, 2020
Oct 8, 2020
Oct 8, 2020

Repository files navigation

xuka

Build Status

A simple πŸ‘°πŸ» HTTP client

usage

import { request } from 'xuka';

const { data } = await request('https://jsonplaceholder.typicode.com/todos/1');

license

MIT Β© 103cuong