Socket
Book a DemoInstallSign in
Socket

@rh-support/api

Package Overview
Dependencies
Maintainers
11
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rh-support/api

Contains all the backend API calls

latest
npmnpm
Version
0.3.25
Version published
Maintainers
11
Created
Source

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';`
    

FAQs

Package last updated on 09 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts