klaim 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,12 +3,18 @@
|
|
|
3
3
|
Klaim is a lightweight TypeScript library designed to manage APIs and record requests, optimized for an optimal user
|
|
4
4
|
experience.
|
|
5
5
|
|
|
6
|
+
## Links
|
|
7
|
+
|
|
8
|
+
- [NPM](https://www.npmjs.com/package/klaim)
|
|
9
|
+
- [GitHub](https://github.com/antharuu/klaim)
|
|
10
|
+
|
|
6
11
|
## 🚀 Features
|
|
7
12
|
|
|
8
13
|
- **Efficient API Management**: Easily manage multiple APIs with streamlined integration and interaction capabilities.
|
|
9
14
|
- **Request Recording**: Seamlessly track requests for debugging and monitoring.
|
|
10
15
|
- **User Experience Optimization**: Focused on performance and usability for a smooth user experience.
|
|
11
16
|
- **Lightweight**: Minimal footprint for fast load times and minimal performance impact.
|
|
17
|
+
- **Middleware Support**: Easily add middleware to modify requests and responses (`before` and `after`).
|
|
12
18
|
- **TypeScript Support**: Fully typed for enhanced code quality and developer experience.
|
|
13
19
|
|
|
14
20
|
## 📥 Installation
|