klaim 1.7.0 → 1.7.1
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 +9 -0
- package/deno.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
## 📚 Table of Contents
|
|
4
4
|
|
|
5
5
|
- [Features](#-features)
|
|
6
|
+
- [Next features](#-next-features)
|
|
6
7
|
- [Installation](#-installation)
|
|
7
8
|
- [Usage](#-usage)
|
|
8
9
|
- [Basic API Configuration](#basic-api-configuration)
|
|
@@ -37,6 +38,14 @@
|
|
|
37
38
|
- **TypeScript Support**: Fully typed for enhanced code quality and developer experience.
|
|
38
39
|
- **Response Validation**: Validate responses using schemas for increased reliability and consistency.
|
|
39
40
|
|
|
41
|
+
## ⌛ Next features
|
|
42
|
+
|
|
43
|
+
- [ ] Pagination (Version: 1.8)
|
|
44
|
+
- [ ] Rate Limiting (Version: 1.9)
|
|
45
|
+
- [ ] Login (Version: 1.10)
|
|
46
|
+
- [ ] Time Out (Version: 1.11)
|
|
47
|
+
- [ ] Error Handling (Version: 1.12)
|
|
48
|
+
|
|
40
49
|
## 📥 Installation
|
|
41
50
|
|
|
42
51
|
Install Klaim via npm:
|
package/deno.json
CHANGED