1.1.0 • Published 3 years ago

minueefetch v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

npm -i minueefetch

사용방법

Example ) import callAPI from 'minueefetch'

const responseJson = await callAPI('https://api.publicapis.org/entries',null,3000);

Options : callAPI( url, options, timeout_per_seconed ); url : API호출 주소 options : HEADER Options timeout_per_seconed : 초입력 Promise.race() 를 이용한 타임아웃기능, 기본 30000 : 30초

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago