generated from well-known-components/base-ts-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Response object mapping on timeout (#26)
* fix: Response object mapping on timeout * docs: updates README
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# base-ts-project | ||
# fetch-component | ||
|
||
Use this project as template for TypeScript libraries | ||
`fetch-component` is a well-known component that provides a wrapper around the `cross-fetch` library with support for retries. It simplifies making HTTP requests with retry logic and timeout handling. | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install @well-known-components/fetch-component | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters