Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@availity/api-axios

Package Overview
Dependencies
Maintainers
0
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/api-axios - npm Package Versions

1
1415

1.0.0-alpha.2

Diff

Changelog

Source

1.0.0-alpha.2 (2017-12-19)

<a name="1.0.0-alpha.1"></a>

robmcguinness
published 1.0.0-alpha.1 •

Changelog

Source

1.0.0-alpha.1 (2017-12-19)

Bug Fixes

  • api-core: remove default after* response transformations (6f17d3a)

BREAKING CHANGES

  • api-core: The core API classes no longer apply after* transformations on the response. Previously, only the collection data was being returned when making API calls which made it difficult to react to the metadata around the response (e.g. pagination). Developers will have to unwrap the response manually.

Example response callback:

onResponse(response) {
  response && response.data && response.data.user|| {};
}
robmcguinness
published 1.0.0-alpha.0 •

Changelog

Source

1.0.0-alpha.1 (2017-12-19)

Bug Fixes

  • api-core: remove default after* response transformations (6f17d3a)

BREAKING CHANGES

  • api-core: The core API classes no longer apply after* transformations on the response. Previously, only the collection data was being returned when making API calls which made it difficult to react to the metadata around the response (e.g. pagination). Developers will have to unwrap the response manually.

Example response callback:

onResponse(response) {
  response && response.data && response.data.user|| {};
}
1
1415
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