Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/availity/sdk-js
JavaScript SDK for Availity
https://github.com/availity/sdk-js
angular api axios javascript
Last synced: 4 days ago
JSON representation
JavaScript SDK for Availity
- Host: GitHub
- URL: https://github.com/availity/sdk-js
- Owner: Availity
- License: mit
- Created: 2017-10-13T18:45:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:45:29.000Z (17 days ago)
- Last Synced: 2024-10-29T22:51:34.427Z (17 days ago)
- Topics: angular, api, axios, javascript
- Language: JavaScript
- Homepage: https://availity.github.io/sdk-js
- Size: 8.77 MB
- Stars: 13
- Watchers: 31
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Availity JavaScript SDK
> JavaScript SDK for designed for the Availity Portal
[![Build](https://img.shields.io/github/actions/workflow/status/availity/sdk-js/deploy.yml?style=for-the-badge)](https://github.com/Availity/sdk-js/actions/workflows/deploy.yml)
[![Coverage](https://img.shields.io/codecov/c/github/Availity/sdk-js?style=for-the-badge)](https://codecov.io/gh/Availity/sdk-js)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge&logo=MIT)](http://opensource.org/licenses/MIT)## Documentation
Docs for each of the packages deployed in [sdk-js](https://github.com/Availity/sdk-js) can be found at [https://availity.github.io/](https://availity.github.io/sdk-js/)
## Supported Browsers
Packages in this repository are designed to work with the following browsers
- Google Chrome
- Microsoft Edge
- Mozilla Firefox### Internet Explorer Support
Active support for Internet Explorer was dropped in August 2021. As of 04/2021 we no longer provide any polyfills. These will need to be configured in your own environment.
There are 2 options available if you need support for IE 11:
- Use an older version of the package (you can check the CHANGELOG in the package to see when IE 11 support was dropped for that package)
- You can use [@availity/workflow](https://github.com/Availity/availity-workflow#readme) which will polyfill major features for you.## Contributing
Check out our [contributing guide](.github/CONTRIBUTING.md) for more information on how to contribute.
## License
[MIT](./LICENSE)