Socket
Socket
Sign inDemoInstall

@availity/api-axios

Package Overview
Dependencies
Maintainers
5
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/api-axios

Availity API wrapper using Axios


Version published
Weekly downloads
868
increased by20.22%
Maintainers
5
Weekly downloads
 
Created
Source

api-axios

A package wrapping the base api class with axios and ES6 Promise. More details about configuration can be found in api-core

Install

npm install @availity/api-axios @availity/api-core @availity/localstorage-core --save

Usage

Proxy

import { userApi } from '@availity/api-axios'

function async getUser() {
    const user = await userApi.me();
}

API Definitions

  • logMessagesApi
  • navigationApi
  • notificationApi
  • organizationsApi
  • permissionsApi
  • providersApi
  • regionsApi
  • pdfApi
  • spacesApi
  • userApi
  • userPermissionsAp

FAQs

Package last updated on 20 Dec 2017

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc