@rh-support/api
TypeScript icon, indicating that this package has built-in type declarations

0.3.25 • Public • Published

api

TODO: description

Usage

use library

const api = require('api');

// TODO: DEMONSTRATE API

browser support

  • This library is uses fetch abort. For the browsers that don't support it you need to install polyfill in your app:

    npm i abortcontroller-polyfill

    and import the lib in your app:

    import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';

  • This library uses ES6 object assign. For the libraries that don't support it you need to install polyfill in your app:

    npm i es6-object-assign

    and import the lib in your app:

    import 'es6-object-assign/auto';

  • This library uses fetch. For the libraries that don't support it you need to install polyfill in your app:

    `npm i whatwg-fetch`
    
    and import the lib in your app:
    
    `import 'whatwg-fetch';`
    

Readme

Keywords

none

Package Sidebar

Install

npm i @rh-support/api

Weekly Downloads

3

Version

0.3.25

License

ISC

Unpacked Size

66.4 kB

Total Files

32

Last publish

Collaborators

  • aakankshabhende
  • sumising
  • ppareekh
  • johnbarguti
  • seyed
  • anujsi