2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00
iconify/packages/api-redundancy
2022-03-22 11:51:41 +02:00
..
spec Simplify redundacy package, allow aborting query with error 2022-01-25 20:51:09 +02:00
src Simplify redundacy package, allow aborting query with error 2022-01-25 20:51:09 +02:00
tests Simplify redundacy package, allow aborting query with error 2022-01-25 20:51:09 +02:00
.editorconfig Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
.eslintignore Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
.eslintrc.js Update dependencies in redundancy 2022-01-25 19:55:40 +02:00
.gitignore Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
.npmignore Publish api-redundancy update 2022-03-16 12:11:01 +02:00
.prettierrc Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
jest.config.js Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
license.gpl.txt Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
license.txt Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
package-lock.json Update dependencies for API redundancy package 2022-03-22 11:51:41 +02:00
package.json Update dependencies for API redundancy package 2022-03-22 11:51:41 +02:00
README.md Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
tsconfig.json Properly support ES modules in API redundancy package, run tests for both CommonJS and ES modules 2021-09-20 23:30:23 +03:00

Redundancy

This package provides redundancy management for scripts that use API. It detects API connection timeouts and re-sends queries to backup API host(s).

It was designed to be used with Iconify version 2.

Usage

TODO

Due to time constraints, documentation is not available.

See @iconify/iconify version 2 and @iconify/icon-finder source code for usage examples.

License

This package is dual-licensed under Apache 2.0 and GPL 2.0 license. You may select, at your option, one of the above-listed licenses.

SPDX-License-Identifier: Apache-2.0 OR GPL-2.0

© 2020 Vjacheslav Trushkin