1.3.0 • Published 5 years ago

@filevinepros/toolbox v1.3.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 years ago

toolbox

Usage

Install via npm install --save @filevinepros/toolbox.

fetch

const { fetch } = require('@filevinepros/toolbox');

await fetch('https://api.filevine.io/core/projects/123', {
  retries: 3,
  retryDelay: 1000,
  retryOn: [429, 503, 504]
});
1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago