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

@availity/api-core

Package Overview
Dependencies
Maintainers
6
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/api-core - npm Package Versions

1
1113

1.0.0-alpha.10

Diff

Changelog

Source

1.0.0-alpha.10 (2018-01-04)

Bug Fixes

  • api-core: remove/delete should not assume data payloads (e45a9f6)

BREAKING CHANGES

  • api-core: previously remove/delete would assume that data was being passed in the body of the request if the first param of the message signature was NOT a string or number. Now, the method assumes a config object is passed in instead of data. This allows the developers to pass in params or data as they see fit.

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

robmcguinness
published 1.0.0-alpha.9 •

Changelog

Source

1.0.0-alpha.9 (2018-01-03)

Bug Fixes

  • api-core: provides api param not properly merged with defaults (5f53e3d)

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

kaseypowers
published 1.0.0-alpha.8 •

Changelog

Source

1.0.0-alpha.8 (2018-01-03)

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

robmcguinness
published 1.0.0-alpha.7 •

Changelog

Source

1.0.0-alpha.7 (2018-01-03)

Bug Fixes

  • api-core: use get instead of query for space name (84dd26a)

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

robmcguinness
published 1.0.0-alpha.6 •

Changelog

Source

1.0.0-alpha.6 (2017-12-20)

Bug Fixes

  • api-core: fix method call for notifcations (9604973

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

robmcguinness
published 1.0.0-alpha.5 •

Changelog

Source

1.0.0-alpha.5 (2017-12-20)

Bug Fixes

  • api-core: wrong url for notifcations api (acafc97)

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

robmcguinness
published 1.0.0-alpha.4 •

Changelog

Source

1.0.0-alpha.4 (2017-12-20)

Bug Fixes

  • api-angular: fix service name for avNotificationsApi (c79ee42)
  • api-core: wrong url for pdf api (9f4af1c)

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

robmcguinness
published 1.0.0-alpha.3 •

Changelog

Source

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

Bug Fixes

  • api-core: user.me() should return user object (715c616)

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

robmcguinness
published 1.0.0-alpha.2 •

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|| {};
}
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