Skip to content

dillonlee8/multi-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Request

Mullti-Request is a utility function with zero dependencies that enables you to call an array of endpoints and retrieve the responses using a promise chain.

Example

// make multiple requests
multiRequest([
  '/foo', '/bar'
  ]).then(data => console.log(data))

Browser Support

Suopport for all modern browsers. IE not supported.

Tests

To run tests yarn install then yarn test

About

A utility function to call multiple requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published