Socket
Socket
Sign inDemoInstall

@rh-support/api

Package Overview
Dependencies
10
Maintainers
11
Versions
191
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @rh-support/api

Contains all the backend API calls


Version published
Weekly downloads
3
Maintainers
11
Created
Weekly downloads
 

Readme

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

Last updated on 09 Aug 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc